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