aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove remnants of a JENTRY_ISFIRST flag bit.Heikki Linnakangas2014-08-15
* Set shared library path for in-tree TAP testsPeter Eisentraut2014-08-15
* Add sortsupport routines for text.Robert Haas2014-08-14
* Fix help message in pg_ctl.Fujii Masao2014-08-14
* Fix whitespacePeter Eisentraut2014-08-13
* Add some noreturn attributes based on compiler recommendationsPeter Eisentraut2014-08-13
* Prevent memory leaks in parseRelOptions().Tom Lane2014-08-13
* Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.Tom Lane2014-08-13
* Expose -S option in pg_receivexlog.Fujii Masao2014-08-13
* pg_recvlogical message and code improvements.Andres Freund2014-08-12
* Be less aggressive in asking for feedback of logical walsender clients.Andres Freund2014-08-12
* Change first call of ProcessConfigFile so as to process only data_directory.Fujii Masao2014-08-12
* Add tab-completion for \unset and valid setting values of psql variables.Fujii Masao2014-08-12
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Clean up handling of unknown-type inputs in json_build_object and friends.Tom Lane2014-08-09
* Further cleanup of JSON-specific error messages.Tom Lane2014-08-09
* Reject duplicate column names in foreign key referenced-columns lists.Tom Lane2014-08-09
* Small message fixesPeter Eisentraut2014-08-09
* Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao2014-08-08
* pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian2014-08-07
* Improve comment.Heikki Linnakangas2014-08-07
* Add PG_RETURN_UINT16 macro.Robert Haas2014-08-06
* Don't require sort support functions to provide a comparator.Robert Haas2014-08-06
* Fix alternate regression test output file.Robert Haas2014-08-06
* Refactor pg_receivexlog main loop code, for readability, take 2.Fujii Masao2014-08-06
* Change ParseConfigFp() so that it doesn't process unused entry of each parame...Fujii Masao2014-08-06
* Fix typo in C comment.Kevin Grittner2014-08-05
* Improve some JSON error messages.Robert Haas2014-08-05
* Add missing PQclear() calls into pg_receivexlog.Fujii Masao2014-08-02
* Fix bug in pg_receivexlog --verbose.Fujii Masao2014-08-02
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Avoid wholesale autovacuuming when autovacuum is nominally off.Tom Lane2014-07-30
* Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.Robert Haas2014-07-30
* Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera2014-07-29
* Simplify multixact freezing a bitAlvaro Herrera2014-07-29
* Oops, fix recoveryStopsBefore functions for regular commits.Heikki Linnakangas2014-07-29
* Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas2014-07-29
* Fix obsolete statement in smgr/README.Tom Lane2014-07-28
* Fix a performance problem in pg_dump's dump order selection logic.Tom Lane2014-07-25
* Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().Noah Misch2014-07-25
* Prevent shm_mq_send from reading uninitialized memory.Robert Haas2014-07-24
* Fix checkpointer crash in EXEC_BACKEND builds.Robert Haas2014-07-24
* Properly remove ephemeral replication slots after a crash restart.Andres Freund2014-07-24
* Avoid access to already-released lock in LockRefindAndRelease.Robert Haas2014-07-24
* Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.Fujii Masao2014-07-24
* Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut2014-07-23
* Report success when Windows kill() emulation signals an exiting process.Noah Misch2014-07-23
* MSVC: Substitute $(top_builddir) in REGRESS_OPTS.Noah Misch2014-07-23
* Re-enable error for "SELECT ... OFFSET -1".Tom Lane2014-07-22
* Check block number against the correct fork in get_raw_page().Tom Lane2014-07-22