index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
REL_19_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2011-05-31
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-30
Fix portability bugs in use of credentials control messages for peer auth.
Tom Lane
2011-05-30
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-30
Refuse "local" lines in pg_hba.conf on platforms that don't support it
Magnus Hagander
2011-05-30
Don't include local line on platforms without support
Magnus Hagander
2011-05-30
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-05-28
Fix null-dereference crash in parse_xml_decl().
Tom Lane
2011-05-28
Remove unused variable
Alvaro Herrera
2011-05-27
Preserve caller's memory context in ProcessCompletedNotifies().
Tom Lane
2011-05-26
Make decompilation of optimized CASE constructs more robust.
Tom Lane
2011-05-25
Add C comment about why we don't spell out "month" in interval values.
Bruce Momjian
2011-05-24
Cleanup for pull-up-isReset patch.
Tom Lane
2011-05-24
Add a "local" replication sample entry
Peter Eisentraut
2011-05-24
Avoid uninitialized bits in the result of QTN2QT().
Tom Lane
2011-05-23
Fix integer overflow in text_format function, reported by Dean Rasheed.
Heikki Linnakangas
2011-05-23
Improve hash_array() logic for combining hash values.
Robert Haas
2011-05-23
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-21
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-21
Reset per-tuple memory context between every row in a scan node, even when
Heikki Linnakangas
2011-05-20
Message style improvements
Peter Eisentraut
2011-05-19
Consistent spacing for lengthy error messages
Peter Eisentraut
2011-05-19
Add example for replication in pg_hba.conf
Magnus Hagander
2011-05-19
Fix race condition in CheckTargetForConflictsIn.
Robert Haas
2011-05-18
Spell checking and markup refinement
Peter Eisentraut
2011-05-13
More cleanup of FOREIGN TABLE permissions handling.
Robert Haas
2011-05-12
Kill stray "not".
Robert Haas
2011-05-12
Fix assorted typos
Alvaro Herrera
2011-05-11
Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.
Tom Lane
2011-05-11
Clean up parsing of CREATE TRIGGER's argument list.
Tom Lane
2011-05-11
Shut down WAL receiver if it's still running at end of recovery. We used to
Heikki Linnakangas
2011-05-11
Prevent datebsearch() from crashing on base == NULL && nel == 0.
Tom Lane
2011-05-10
Adjust documentation with respect to "unknown" timezone setting.
Tom Lane
2011-05-09
Add C comment about the fact that the autovacuum limit can go backwards
Bruce Momjian
2011-05-07
Add comment about memory reordering to PredicateLockTupleRowVersionLink.
Robert Haas
2011-05-06
Move RegisterPredicateLockingXid() call to a safer place.
Tom Lane
2011-05-06
Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE.
Tom Lane
2011-05-05
Clarify error message when attempting to create index on foreign table
Magnus Hagander
2011-05-02
Fix pull_up_sublinks' failure to handle nested pull-up opportunities.
Tom Lane
2011-05-02
Improve aset.c's space management in contexts with small maxBlockSize.
Tom Lane
2011-05-01
Make CLUSTER lock the old table's toast table before copying data.
Tom Lane
2011-04-30
Lowercase status labels in pg_stat_replication view.
Bruce Momjian
2011-04-29
Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum().
Tom Lane
2011-04-29
Rewrite pg_size_pretty() to avoid compiler bug.
Tom Lane
2011-04-28
Add some casts to try to silence most of the remaining format warnings on Min...
Andrew Dunstan
2011-04-28
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-27
Fix array- and path-creating functions to ensure padding bytes are zeroes.
Tom Lane
2011-04-27
Revert "Remove hard coded formats for INT64 and use configured settings inste...
Andrew Dunstan
2011-04-27
Remove hard coded formats for INT64 and use configured settings instead.
Andrew Dunstan
2011-04-27
Use an explicit format string to keep the compiler happy.
Andrew Dunstan
2011-04-26
Rephrase some not-supported error messages in pg_hba.conf processing.
Tom Lane
[next]