index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Simplify static function in extension.c
Michael Paquier
2018-09-13
*
Simplify index tuple descriptor initialization
Peter Eisentraut
2018-09-13
*
Repair bug in regexp split performance improvements.
Andrew Gierth
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
*
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
*
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
*
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-07
*
Refactor dlopen() support
Peter Eisentraut
2018-09-06
*
Remove no-longer-used variable.
Tom Lane
2018-09-05
*
Simplify partitioned table creation vs. relcache
Alvaro Herrera
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
*
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-31
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Remove extra word from src/backend/optimizer/README
Etsuro Fujita
2018-08-31
*
Error position support for partition specifications
Peter Eisentraut
2018-08-30
*
Error position support for defaults and check constraints
Peter Eisentraut
2018-08-30
*
Stop bgworkers during fast shutdown with postmaster in startup phase
Michael Paquier
2018-08-29
*
Avoid quadratic slowdown in regexp match/split functions.
Andrew Gierth
2018-08-28
*
Fix snapshot leak warning for some procedures
Peter Eisentraut
2018-08-27
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
*
Fix typos.
Thomas Munro
2018-08-27
*
Make syslogger more robust against failures in opening CSV log files.
Tom Lane
2018-08-26
*
Reconsider new file extension in commit 91f26d5f.
Jeff Davis
2018-08-25
*
Change extension of spilled ReorderBufferChange data to ".tmp".
Jeff Davis
2018-08-25
*
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-08-24
*
Suppress uninitialized-variable warning in new SCRAM code.
Tom Lane
2018-08-24
*
Introduce minimal C99 usage to verify compiler support.
Andres Freund
2018-08-23
*
Deduplicate code between slot_getallattrs() and slot_getsomeattrs().
Andres Freund
2018-08-23
*
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
*
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-23
*
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-22
*
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax
Peter Eisentraut
2018-08-22
[next]