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 failure-to-compile-standalone in scripts_parallel.h.
Tom Lane
2019-08-18
*
Fix failure-to-compile-standalone in ecpg's dt.h.
Tom Lane
2019-08-18
*
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-08-18
*
Make deadlock-parallel isolation test more robust.
Tom Lane
2019-08-17
*
Improve Assert output
Peter Eisentraut
2019-08-17
*
Add default_table_access_method to postgresql.conf.sample.
Andres Freund
2019-08-16
*
Add missing fmgr.h include.
Andres Freund
2019-08-16
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-16
*
Remove redundant prototypes for SQL callable functions.
Andres Freund
2019-08-16
*
Remove useless bms_free() calls in build_child_join_rel().
Etsuro Fujita
2019-08-16
*
Prevent possible double-free when update trigger returns old tuple.
Tom Lane
2019-08-15
*
Fix plpgsql to re-look-up composite type names at need.
Tom Lane
2019-08-15
*
Use a hash table to de-duplicate NOTIFY events faster.
Tom Lane
2019-08-15
*
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
Tom Lane
2019-08-14
*
Remove block number field from nbtree stack.
Peter Geoghegan
2019-08-14
*
initdb: Remove obsolete locale handling
Peter Eisentraut
2019-08-14
*
Fix random regression failure in test case "collate.icu.utf8"
Michael Paquier
2019-08-14
*
Remove obsolete nbtree README commentary.
Peter Geoghegan
2019-08-13
*
Un-break pg_dump for pre-8.3 source servers.
Tom Lane
2019-08-13
*
Use PageIndexTupleOverwrite() within nbtree.
Peter Geoghegan
2019-08-13
*
Don't constraint-exclude partitioned tables as much
Alvaro Herrera
2019-08-13
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix random regression failure in test case "temp"
Michael Paquier
2019-08-13
*
Fix planner's test for case-foldable characters in ILIKE with ICU.
Tom Lane
2019-08-12
*
Remove EState.es_range_table_array.
Tom Lane
2019-08-12
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Fix string comparison in jsonpath
Alexander Korotkov
2019-08-12
*
Partially revert "Insert temporary debugging output in regression tests."
Tom Lane
2019-08-11
*
Adjust string comparison in jsonpath
Alexander Korotkov
2019-08-11
*
Fix "ANALYZE t, t" inside a transaction block.
Tom Lane
2019-08-10
*
Rename tuplesort.c's SortTuple.tupindex field.
Peter Geoghegan
2019-08-09
*
Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.
Tom Lane
2019-08-09
*
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-09
*
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-09
*
Update obsolete tuplesort READTUP() comment.
Peter Geoghegan
2019-08-08
*
Fix certificate subjects in ldap test
Andrew Dunstan
2019-08-08
*
initdb: Use varargs macro for PG_CMD_PRINTF
Peter Eisentraut
2019-08-08
*
Remove unnecessary #include <limits.h>
Alvaro Herrera
2019-08-07
*
Add comment on no default partition with hash partitioning
Alvaro Herrera
2019-08-07
*
Apply constraint exclusion more generally in partitioning
Alvaro Herrera
2019-08-07
*
Fix typos in comments.
Etsuro Fujita
2019-08-07
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-07
*
Adjust tuple data lookup logic in multi-insert logical decoding
Michael Paquier
2019-08-07
*
Save Kerberos and LDAP daemon logs where the buildfarm can find them.
Tom Lane
2019-08-06
*
Fix typo in pathnode.c
Michael Paquier
2019-08-06
*
Show specific OID suggestion in unused_oids output.
Peter Geoghegan
2019-08-05
*
Fix choice of comparison operators for cross-type hashed subplans.
Tom Lane
2019-08-05
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
[next]