index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix executor prune failure when plan already pruned
Alvaro Herrera
2018-08-16
*
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-16
*
Try to enable C99 in configure, but do not rely on it (yet).
Andres Freund
2018-08-16
*
Update comment in header of errcodes.txt
Michael Paquier
2018-08-16
*
Improve comment in GetNewObjectId().
Thomas Munro
2018-08-16
*
Update FSM on WAL replay of page all-visible/frozen
Alvaro Herrera
2018-08-15
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Make snprintf.c follow the C99 standard for snprintf's result value.
Tom Lane
2018-08-15
*
pg_upgrade: fix shutdown check for standby servers
Bruce Momjian
2018-08-14
*
doc: Update broken links
Peter Eisentraut
2018-08-14
*
Remove duplicate function declarations.
Tom Lane
2018-08-14
*
Remove obsolete netbsd dynloader code
Peter Eisentraut
2018-08-13
*
Remove obsolete openbsd dynloader code
Peter Eisentraut
2018-08-13
*
Remove obsolete freebsd dynloader code
Peter Eisentraut
2018-08-13
*
Remove obsolete linux dynloader code
Peter Eisentraut
2018-08-13
*
Remove obsolete darwin dynloader code
Peter Eisentraut
2018-08-13
*
Remove obsolete comment
Peter Eisentraut
2018-08-13
*
Fix libpq's implementation of per-host connection timeouts.
Tom Lane
2018-08-13
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
Adjust comment atop ExecShutdownNode.
Amit Kapila
2018-08-13
*
Prohibit shutting down resources if there is a possibility of back up.
Amit Kapila
2018-08-13
*
Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)
Andrew Gierth
2018-08-13
*
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-12
*
Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.
Tom Lane
2018-08-12
*
Fix wrong order of operations in inheritance_planner.
Tom Lane
2018-08-11
*
Produce compiler errors if errno is referenced inside elog/ereport calls.
Tom Lane
2018-08-11
*
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-08-11
*
Revert changes in execMain.c from commit 16828d5c0273b
Andrew Dunstan
2018-08-10
*
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-08-10
*
Cosmetic cleanups in initdb.c.
Tom Lane
2018-08-10
*
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-10
*
Fix typo in SP-GiST error message
Alexander Korotkov
2018-08-10
*
Add missing documentation for argument of amcostestimate()
Alexander Korotkov
2018-08-10
*
Fix misspelled pg_trgm contrib name in PostgreSQL 11 release notes
Alexander Korotkov
2018-08-10
*
Add RECURSIVE to documentation index
Alvaro Herrera
2018-08-09
*
Document need to clear MAKELEVEL when invoking PG build from a makefile.
Tom Lane
2018-08-09
*
docs: Only first instance of a PREPARE parameter sets data type
Bruce Momjian
2018-08-09
*
Spell "partitionwise" consistently.
Heikki Linnakangas
2018-08-09
*
Restrict access to reindex of shared catalogs for non-privileged users
Michael Paquier
2018-08-09
*
Remove bogus Assert in make_partitionedrel_pruneinfo().
Tom Lane
2018-08-08
*
Doc: Correct description of amcheck example query.
Peter Geoghegan
2018-08-08
*
Remove unwanted "garbage cleanup" logic in Makefiles.
Tom Lane
2018-08-08
*
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-08
*
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-08
*
Don't record FDW user mappings as members of extensions.
Tom Lane
2018-08-07
*
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-08-07
*
Fix pg_upgrade to handle event triggers in extensions correctly.
Tom Lane
2018-08-07
*
Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.
Tom Lane
2018-08-07
*
Last-minute updates for release notes.
Tom Lane
2018-08-06
*
Fix failure to reset libpq's state fully between connection attempts.
Tom Lane
2018-08-06
[next]