aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix possible buffer overrun in hba.c.Thomas Munro2018-11-13
* Limit the number of index clauses considered in choose_bitmap_and().Tom Lane2018-11-12
* Fix error-cleanup mistakes in exec_stmt_call().Tom Lane2018-11-09
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-09
* Fix dependency handling of partitions and inheritance for ON COMMITMichael Paquier2018-11-09
* Disallow setting client_min_messages higher than ERROR.Tom Lane2018-11-08
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Disable recheck_on_update optimization to avoid crashes.Tom Lane2018-11-06
* GUC: adjust effective_cache_size SQL descriptionsBruce Momjian2018-11-06
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Stamp 11.1.Tom Lane2018-11-05
* Fix copy-paste error in errhint() introduced in 691d79a07933.Andres Freund2018-11-05
* Translation updatesPeter Eisentraut2018-11-05
* Block creation of partitions with open references to its parentMichael Paquier2018-11-05
* Ignore partitioned tables when processing ON COMMIT DELETE ROWSMichael Paquier2018-11-05
* Fix ExecuteCallStmt to not scribble on the passed-in parse tree.Tom Lane2018-11-04
* Fix bugs in plpgsql's handling of CALL argument lists.Tom Lane2018-11-04
* Fix unused-variable warning.Tom Lane2018-11-04
* Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.Andres Freund2018-11-03
* Fix STRICT check for strict aggregates with NULL ORDER BY columns.Andres Freund2018-11-03
* Make ts_locale.c's character-type functions cope with UTF-16.Tom Lane2018-11-03
* Fix tablespace handling for partitioned indexesAlvaro Herrera2018-11-03
* Yet further rethinking of build changes for macOS Mojave.Tom Lane2018-11-02
* Fix NULL handling in multi-batch Parallel Hash Left Join.Thomas Munro2018-11-03
* GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian2018-11-02
* Fix error message typo introduced 691d79a07933.Andres Freund2018-11-01
* Adjust trace_sort log messages.Peter Geoghegan2018-11-01
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-31
* Sync our copy of the timezone library with IANA release tzcode2018g.Tom Lane2018-10-31
* Update time zone data files to tzdata release 2018g.Tom Lane2018-10-31
* Fix interaction of CASE and ArrayCoerceExpr.Tom Lane2018-10-30
* pg_restore: Augment documentation for -N optionPeter Eisentraut2018-10-29
* Remove incorrect comment in dshash.c.Thomas Munro2018-10-29
* Fix perl searchpath for modern perl for MSVC toolsAndrew Dunstan2018-10-28
* Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psqlMichael Paquier2018-10-26
* Fix typo in regression test commentAndrew Dunstan2018-10-24
* Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan2018-10-24
* Lower privilege level of programs calling regression_mainAndrew Dunstan2018-10-20
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-19
* Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane2018-10-19
* Sync our copy of the timezone library with IANA release tzcode2018f.Tom Lane2018-10-19
* Update time zone data files to tzdata release 2018f.Tom Lane2018-10-19
* Use whitelist to choose files scanned with pg_verify_checksumsMichael Paquier2018-10-19
* Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane2018-10-19
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-18
* Fix minor bug in isolationtester.Tom Lane2018-10-17
* Improve tzparse's handling of TZDEFRULES ("posixrules") zone data.Tom Lane2018-10-17
* Back off using -isysroot on Darwin.Tom Lane2018-10-16
* Avoid rare race condition in privileges.sql regression test.Tom Lane2018-10-16