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 logical subscriber wait in test.
Noah Misch
2018-09-08
*
Minor cleanup/future-proofing for pg_saslprep().
Tom Lane
2018-09-08
*
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-08
*
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-09-07
*
Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.
Tom Lane
2018-09-07
*
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-07
*
Improve handling of corrupted two-phase state files at recovery
Michael Paquier
2018-09-07
*
Refactor installation of extension headers.
Andrew Gierth
2018-09-07
*
libpq: Change "options" dispchar to normal
Peter Eisentraut
2018-09-07
*
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-07
*
Fix inconsistent argument naming.
Tom Lane
2018-09-06
*
Refactor dlopen() support
Peter Eisentraut
2018-09-06
*
Fix the overrun in hash index metapage for smaller block sizes.
Amit Kapila
2018-09-06
*
Allow extensions to install built as well as unbuilt headers.
Andrew Gierth
2018-09-05
*
Remove no-longer-used variable.
Tom Lane
2018-09-05
*
Make argument names of pg_get_object_address consistent, and fix docs.
Tom Lane
2018-09-05
*
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-09-05
*
PL/Python: Remove use of simple slicing API
Peter Eisentraut
2018-09-05
*
Improve some error message strings and errcodes
Michael Paquier
2018-09-04
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-09-04
*
During the split, set checksum on an empty hash index page.
Amit Kapila
2018-09-04
*
Remove pg_constraint.conincluding
Alvaro Herrera
2018-09-03
*
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-03
*
Fix initial sync of slot parent directory when restoring status
Michael Paquier
2018-09-02
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-09-01
*
Ignore server-side delays when enforcing wal_sender_timeout.
Noah Misch
2018-08-31
*
Fix 8a934d677 for libc++ and make more include order resistant.
Andres Freund
2018-08-31
*
Fix psql's \dC command to annotate I/O conversion casts as such.
Tom Lane
2018-08-31
*
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-31
*
Code review for pg_verify_checksums.c.
Tom Lane
2018-08-31
*
Make checksum_impl.h safe to compile with -fstrict-aliasing.
Tom Lane
2018-08-31
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Fix pg_verify_checksums on Windows.
Amit Kapila
2018-08-31
*
Remove extra word from src/backend/optimizer/README
Etsuro Fujita
2018-08-31
*
Add semicolons to end of internally run queries
Peter Eisentraut
2018-08-30
*
pg_dump: Reorganize getTableAttrs()
Peter Eisentraut
2018-08-30
*
pg_verify_checksums: rename -d to --verbose
Alvaro Herrera
2018-08-30
*
Error position support for partition specifications
Peter Eisentraut
2018-08-30
*
Error position support for defaults and check constraints
Peter Eisentraut
2018-08-30
*
Fix IndexInfo comments.
Heikki Linnakangas
2018-08-30
*
Stop bgworkers during fast shutdown with postmaster in startup phase
Michael Paquier
2018-08-29
*
Make pg_restore's identify_locking_dependencies() more bulletproof.
Tom Lane
2018-08-28
*
Code review for pg_dump's handling of ALTER INDEX ATTACH PARTITION.
Tom Lane
2018-08-28
*
Include contrib modules in the temp installation even without REGRESS.
Tom Lane
2018-08-28
*
Avoid quadratic slowdown in regexp match/split functions.
Andrew Gierth
2018-08-28
*
pg_verify_checksums: Message style improvements and NLS support
Peter Eisentraut
2018-08-28
*
Code review for simplehash.h.
Thomas Munro
2018-08-28
*
Fix snapshot leak warning for some procedures
Peter Eisentraut
2018-08-27
[next]