summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-09Stamp 9.1.18.REL9_1_18Tom Lane
2015-06-09Report more information if pg_perm_setlocale() fails at startup.Tom Lane
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-06-05Fix incorrect order of database-locking operations in InitPostgres().Tom Lane
2015-06-01Stamp 9.1.17.REL9_1_17Tom Lane
2015-05-29Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane
2015-05-28Fix fsync-at-startup code to not treat errors as fatal.Tom Lane
2015-05-27Fix portability issue in isolationtester grammar.Tom Lane
2015-05-24Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.Tom Lane
2015-05-22Back-patch libpq support for TLS versions beyond v1.Tom Lane
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-19Fix off-by-one error in Assertion.Heikki Linnakangas
2015-05-18Don't MultiXactIdIsRunning when in recoveryAlvaro Herrera
2015-05-18Stamp 9.1.16.Tom Lane
2015-05-18Fix error message in pre_sync_fname.Robert Haas
2015-05-18Check return values of sensitive system library calls.Noah Misch
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Permit use of vsprintf() in PostgreSQL code.Noah Misch
2015-05-18Prevent a double free by not reentering be_tls_close().Noah Misch
2015-05-18Translation updatesPeter Eisentraut
2015-05-18Fix typosPeter Eisentraut
2015-05-15Update time zone data files to tzdata release 2015d.Tom Lane
2015-05-13Fix RBM_ZERO_AND_LOCK mode to not acquire lock on local buffers.Heikki Linnakangas
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-05-07Properly send SCM status updates when shutting down service on WindowsMagnus Hagander
2015-05-05Fix some problems with patch to fsync the data directory.Robert Haas
2015-05-04Recursively fsync() the data directory after a crash.Robert Haas
2015-04-26Build libecpg with -DFRONTEND in all supported versions.Noah Misch
2015-04-25Prevent improper reordering of antijoins vs. outer joins.Tom Lane
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2015-04-23Fix deadlock at startup, if max_prepared_transactions is too small.Heikki Linnakangas
2015-04-14Fix typo in commentAlvaro Herrera
2015-04-13Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas
2015-04-08Fix autovacuum launcher shutdown sequenceAlvaro Herrera
2015-04-07Fix assorted inconsistent function declarations.Tom Lane
2015-04-04Fix incorrect matching of subexpressions in outer-join plan nodes.Tom Lane
2015-04-03Remove unnecessary variables in _hash_splitbucket().Tom Lane
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-03-30Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.Tom Lane
2015-03-29Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.Tom Lane
2015-03-24Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.Tom Lane
2015-03-14Remove workaround for ancient incompatibility between readline and libedit.Tom Lane
2015-03-12Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.Tom Lane
2015-03-08Fix documentation for libpq's PQfn().Tom Lane
2015-03-05Fix user mapping object descriptionAlvaro Herrera
2015-03-02Fix pg_dump handling of extension config tablesStephen Frost
2015-03-01Unlink static libraries before rebuilding them.Noah Misch
2015-02-26Reconsider when to wait for WAL flushes/syncrep during commit.Andres Freund