summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-06-06Reset reindex-in-progress state before reverifying an exclusion constraint.Tom Lane
2011-06-04Allow building with perl 5.14.Andrew Dunstan
2011-06-04Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.Tom Lane
2011-06-03Fix pg_get_constraintdef to cope with NOT VALID constraintsAlvaro Herrera
2011-06-03Fix failure to check whether a rowtype's component types are sortable.Tom Lane
2011-06-03SSI comment fixes and enhancements. Notably, document that the conflict-outHeikki Linnakangas
2011-06-03Need to list getpeereid.c in .gitignore, too ...Tom Lane
2011-06-02Handle domains when checking for recursive inclusion of composite types.Tom Lane
2011-06-02Looks like we can't declare getpeereid on Windows anyway.Tom Lane
2011-06-02libpq needs its own copy of src/port/getpeereid.Tom Lane
2011-06-02Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.Tom Lane
2011-06-02Fix vim-induced typo.Robert Haas
2011-06-02Disallow SELECT FOR UPDATE/SHARE on sequences.Tom Lane
2011-06-02Typo fix.Tom Lane
2011-06-02Avoid creating init fork for unlogged indexes when it already exists.Robert Haas
2011-06-02Implement getpeereid() as a src/port compatibility function.Tom Lane
2011-06-01Allow hash joins to be interrupted while searching hash table for match.Tom Lane
2011-06-01Further improvements in pg_ctl's new wait-for-postmaster-start logic.Tom Lane
2011-05-31Protect GIST logic that assumes penalty values can't be negative.Tom Lane
2011-05-31Recode non-ASCII characters in source to UTF-8Peter Eisentraut
2011-05-31Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane
2011-05-30Fix portability bugs in use of credentials control messages for peer auth.Tom Lane
2011-05-30Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane
2011-05-30Suppress foreign data wrappers and foreign servers in partial dumpsPeter Eisentraut
2011-05-30Refuse "local" lines in pg_hba.conf on platforms that don't support itMagnus Hagander
2011-05-30Don't include local line on platforms without supportMagnus Hagander
2011-05-30The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas
2011-05-30Make message more consistentAlvaro Herrera
2011-05-30Remove usage of &PL_sv_undef in hashes and arraysAlvaro Herrera
2011-05-29Add pg_basebackup -z option for compression with default levelPeter Eisentraut
2011-05-28Allow pg_basebackup compressed tar output to stdoutPeter Eisentraut
2011-05-28Avoid compiler warning when building without zlibPeter Eisentraut
2011-05-28Fix null-dereference crash in parse_xml_decl().Tom Lane
2011-05-28Remove unused variableAlvaro Herrera
2011-05-27Improve corner cases in pg_ctl's new wait-for-postmaster-startup code.Tom Lane
2011-05-27Preserve caller's memory context in ProcessCompletedNotifies().Tom Lane
2011-05-27Check the return code of pthread_create(). Otherwise we go into an infiniteHeikki Linnakangas
2011-05-26Make decompilation of optimized CASE constructs more robust.Tom Lane
2011-05-25Suppress extensions in partial dumps.Tom Lane
2011-05-25Put options in some sensible orderPeter Eisentraut
2011-05-25Convert builddoc.bat into a perl script that actually works.Andrew Dunstan
2011-05-25Add C comment about why we don't spell out "month" in interval values.Bruce Momjian
2011-05-24Grammar cleanup for src/test/isolation/READMETom Lane
2011-05-24Cleanup for pull-up-isReset patch.Tom Lane
2011-05-24Add a "local" replication sample entryPeter Eisentraut
2011-05-24Message improvementsPeter Eisentraut
2011-05-24Avoid uninitialized bits in the result of QTN2QT().Tom Lane
2011-05-23Make plpgsql complain about conflicting IN and OUT parameter names.Tom Lane
2011-05-23Fix integer overflow in text_format function, reported by Dean Rasheed.Heikki Linnakangas
2011-05-23Improve hash_array() logic for combining hash values.Robert Haas