summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-12pg_recvlogical message and code improvements.Andres Freund
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-12Add tab-completion for \unset and valid setting values of psql variables.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-09Small message fixesPeter Eisentraut
2014-08-08Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao
2014-08-07pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian
2014-08-07Improve comment.Heikki Linnakangas
2014-08-06Add PG_RETURN_UINT16 macro.Robert Haas
2014-08-06Don't require sort support functions to provide a comparator.Robert Haas
2014-08-06Fix alternate regression test output file.Robert Haas
2014-08-06Refactor pg_receivexlog main loop code, for readability, take 2.Fujii Masao
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-08-02Add missing PQclear() calls into pg_receivexlog.Fujii Masao
2014-08-02Fix bug in pg_receivexlog --verbose.Fujii Masao
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-25Fix a performance problem in pg_dump's dump order selection logic.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-24Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.Fujii Masao
2014-07-24Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut
2014-07-23Report success when Windows kill() emulation signals an exiting process.Noah Misch
2014-07-23MSVC: Substitute $(top_builddir) in REGRESS_OPTS.Noah Misch
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-22Diagnose incompatible OpenLDAP versions during build and test.Noah Misch
2014-07-22Unset some local environment variables in TAP testsPeter Eisentraut
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-21Properly use DEFAULT_EVENT_SOURCE in pgevent.cMagnus Hagander
2014-07-21Translation updatesPeter Eisentraut
2014-07-21Update SQL features listPeter Eisentraut