summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2014-08-24Fix another ancient memory-leak bug in relcache.c.Tom Lane
2014-08-22Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera
2014-08-22Fix outdated commentAlvaro Herrera
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-08-20Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane
2014-08-20Use comma+space as the separator in the default search_path.Heikki Linnakangas
2014-08-19Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao
2014-08-19Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-08-19Replace a few strncmp() calls with strlcpy().Noah Misch
2014-08-18Reorganize functions in be-secure-openssl.cHeikki Linnakangas
2014-08-18Use ISO 8601 format for dates converted to JSON, too.Tom Lane
2014-08-16Fix bogus return macros in range_overright_internal().Tom Lane
2014-08-14Add sortsupport routines for text.Robert Haas
2014-08-14Fix whitespacePeter Eisentraut
2014-08-13Prevent memory leaks in parseRelOptions().Tom Lane
2014-08-13Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.Tom Lane
2014-08-12Be less aggressive in asking for feedback of logical walsender clients.Andres Freund
2014-08-12Change first call of ProcessConfigFile so as to process only data_directory.Fujii Masao
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-08-09Clean up handling of unknown-type inputs in json_build_object and friends.Tom Lane
2014-08-09Further cleanup of JSON-specific error messages.Tom Lane
2014-08-09Reject duplicate column names in foreign key referenced-columns lists.Tom Lane
2014-08-07pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian
2014-08-06Don't require sort support functions to provide a comparator.Robert Haas
2014-08-06Change ParseConfigFp() so that it doesn't process unused entry of each parame...Fujii Masao
2014-08-05Fix typo in C comment.Kevin Grittner
2014-08-05Improve some JSON error messages.Robert Haas
2014-07-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-07-30Avoid wholesale autovacuuming when autovacuum is nominally off.Tom Lane
2014-07-30Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.Robert Haas
2014-07-29Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera
2014-07-29Simplify multixact freezing a bitAlvaro Herrera
2014-07-29Oops, fix recoveryStopsBefore functions for regular commits.Heikki Linnakangas
2014-07-29Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas
2014-07-28Fix obsolete statement in smgr/README.Tom Lane
2014-07-25Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().Noah Misch
2014-07-24Prevent shm_mq_send from reading uninitialized memory.Robert Haas
2014-07-24Fix checkpointer crash in EXEC_BACKEND builds.Robert Haas
2014-07-24Properly remove ephemeral replication slots after a crash restart.Andres Freund
2014-07-24Avoid access to already-released lock in LockRefindAndRelease.Robert Haas
2014-07-22Re-enable error for "SELECT ... OFFSET -1".Tom Lane
2014-07-22Check block number against the correct fork in get_raw_page().Tom Lane
2014-07-22Allow empty string object keys in json_object().Andrew Dunstan
2014-07-22Reject out-of-range numeric timezone specifications.Tom Lane
2014-07-21Adjust cutoff points in newly-added sanity tests.Tom Lane
2014-07-21Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.Tom Lane
2014-07-21Translation updatesPeter Eisentraut
2014-07-21Update SQL features listPeter Eisentraut