aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Update Windows timezone mapping from Windows 7 and 10Magnus Hagander2016-08-18
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Properly re-initialize replication slot shared memory upon creation.Andres Freund2016-08-17
* Disable update_process_title by default on WindowsMagnus Hagander2016-08-17
* Suppress -Wunused-result warning for strtol().Tom Lane2016-08-16
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* Fix typosPeter Eisentraut2016-08-16
* Fix possible crash due to incorrect allocation context.Robert Haas2016-08-16
* Disable parallel query by default.Robert Haas2016-08-16
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Simplify the process of perltidy'ing our Perl files.Tom Lane2016-08-15
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Doc: clarify that DROP ... CASCADE is recursive.Tom Lane2016-08-12
* Fix inappropriate printing of never-measured times in EXPLAIN.Tom Lane2016-08-12
* Code cleanup in SyncRepWaitForLSN()Simon Riggs2016-08-12
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-11
* Stamp 9.6beta4.REL9_6_BETA4Tom Lane2016-08-08
* Fix several one-byte buffer over-reads in to_numberPeter Eisentraut2016-08-08
* Translation updatesPeter Eisentraut2016-08-08
* Fix two errors with nested CASE/WHEN constructs.Tom Lane2016-08-08
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch2016-08-08
* Fix Windows shell argument quoting.Noah Misch2016-08-08
* Reject, in pg_dumpall, names containing CR or LF.Noah Misch2016-08-08
* Field conninfo strings throughout src/bin/scripts.Noah Misch2016-08-08
* Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch2016-08-08
* Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch2016-08-08
* Make format() error messages consistent againPeter Eisentraut2016-08-08
* Correct column name in information schemaPeter Eisentraut2016-08-07
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.Tom Lane2016-08-07
* Fix TOAST access failure in RETURNING queries.Tom Lane2016-08-07
* Avoid crashing in GetOldestSnapshot() if there are no known snapshots.Tom Lane2016-08-07
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-07
* In B-tree page deletion, clean up properly after page deletion failure.Tom Lane2016-08-06
* Teach libpq to decode server version correctly from future servers.Tom Lane2016-08-05
* Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d316808dfc630.Tom Lane2016-08-05
* Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane2016-08-05
* Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.Tom Lane2016-08-05
* Re-pgindent tsvector_op.c.Tom Lane2016-08-05
* Update time zone data files to tzdata release 2016f.Tom Lane2016-08-05
* Change InitToastSnapshot to a macro.Robert Haas2016-08-05
* Fix hard to hit race condition in heapam's tuple locking code.Andres Freund2016-08-04
* Fix bogus coding in WaitForBackgroundWorkerShutdown().Tom Lane2016-08-04
* Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas2016-08-03
* Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane2016-08-03
* Do not let PostmasterContext survive into background workers.Tom Lane2016-08-03
* Add missing casts in information schemaPeter Eisentraut2016-08-03
* Fix assorted problems in recovery testsAlvaro Herrera2016-08-03