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
*
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
*
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-14
*
Improve autovacuum logging for aggressive and anti-wraparound runs
Michael Paquier
2018-09-14
*
Message style improvements
Peter Eisentraut
2018-09-13
*
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2018-09-13
*
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
*
Simplify static function in extension.c
Michael Paquier
2018-09-13
*
Simplify index tuple descriptor initialization
Peter Eisentraut
2018-09-13
*
Minor fixes for psql tab completion.
Tom Lane
2018-09-12
*
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-12
*
ecpg: Change --version output to common style
Peter Eisentraut
2018-09-12
*
Add PQresultMemorySize function to report allocated size of a PGresult.
Tom Lane
2018-09-11
*
Parse more strictly integer parameters from connection strings in libpq
Michael Paquier
2018-09-12
*
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-11
*
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
*
Use -Bsymbolic for shared libraries on HP-UX and Solaris.
Tom Lane
2018-09-10
*
Hide a static inline from FRONTEND code.
Tom Lane
2018-09-10
*
Prevent mis-linking of src/port and src/common functions on *BSD.
Tom Lane
2018-09-09
*
Improve behavior of to_timestamp()/to_date() functions
Alexander Korotkov
2018-09-09
*
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-09
*
Work around stdbool problem in dfmgr.c.
Tom Lane
2018-09-09
*
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-09
*
Allow ENOENT in check_mode_recursive().
Noah Misch
2018-09-08
*
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
[next]