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
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
Age
Commit message (
Expand
)
Author
2011-06-06
Reset reindex-in-progress state before reverifying an exclusion constraint.
Tom Lane
2011-06-04
Allow building with perl 5.14.
Andrew Dunstan
2011-06-04
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.
Tom Lane
2011-06-03
Fix pg_get_constraintdef to cope with NOT VALID constraints
Alvaro Herrera
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-06-03
SSI comment fixes and enhancements. Notably, document that the conflict-out
Heikki Linnakangas
2011-06-03
Need to list getpeereid.c in .gitignore, too ...
Tom Lane
2011-06-02
Handle domains when checking for recursive inclusion of composite types.
Tom Lane
2011-06-02
Looks like we can't declare getpeereid on Windows anyway.
Tom Lane
2011-06-02
libpq needs its own copy of src/port/getpeereid.
Tom Lane
2011-06-02
Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.
Tom Lane
2011-06-02
Fix vim-induced typo.
Robert Haas
2011-06-02
Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane
2011-06-02
Typo fix.
Tom Lane
2011-06-02
Avoid creating init fork for unlogged indexes when it already exists.
Robert Haas
2011-06-02
Implement getpeereid() as a src/port compatibility function.
Tom Lane
2011-06-01
Allow hash joins to be interrupted while searching hash table for match.
Tom Lane
2011-06-01
Further improvements in pg_ctl's new wait-for-postmaster-start logic.
Tom Lane
2011-05-31
Protect GIST logic that assumes penalty values can't be negative.
Tom Lane
2011-05-31
Recode non-ASCII characters in source to UTF-8
Peter Eisentraut
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
Suppress foreign data wrappers and foreign servers in partial dumps
Peter Eisentraut
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-30
Make message more consistent
Alvaro Herrera
2011-05-30
Remove usage of &PL_sv_undef in hashes and arrays
Alvaro Herrera
2011-05-29
Add pg_basebackup -z option for compression with default level
Peter Eisentraut
2011-05-28
Allow pg_basebackup compressed tar output to stdout
Peter Eisentraut
2011-05-28
Avoid compiler warning when building without zlib
Peter Eisentraut
2011-05-28
Fix null-dereference crash in parse_xml_decl().
Tom Lane
2011-05-28
Remove unused variable
Alvaro Herrera
2011-05-27
Improve corner cases in pg_ctl's new wait-for-postmaster-startup code.
Tom Lane
2011-05-27
Preserve caller's memory context in ProcessCompletedNotifies().
Tom Lane
2011-05-27
Check the return code of pthread_create(). Otherwise we go into an infinite
Heikki Linnakangas
2011-05-26
Make decompilation of optimized CASE constructs more robust.
Tom Lane
2011-05-25
Suppress extensions in partial dumps.
Tom Lane
2011-05-25
Put options in some sensible order
Peter Eisentraut
2011-05-25
Convert builddoc.bat into a perl script that actually works.
Andrew Dunstan
2011-05-25
Add C comment about why we don't spell out "month" in interval values.
Bruce Momjian
2011-05-24
Grammar cleanup for src/test/isolation/README
Tom Lane
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
Message improvements
Peter Eisentraut
2011-05-24
Avoid uninitialized bits in the result of QTN2QT().
Tom Lane
2011-05-23
Make plpgsql complain about conflicting IN and OUT parameter names.
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
[next]