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
*
Server-side fix for delayed NOTIFY and SIGTERM processing.
Tom Lane
2018-10-19
*
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.
Tom Lane
2018-10-19
*
Avoid statically allocating gmtsub()'s timezone workspace.
Tom Lane
2018-10-16
*
Check for stack overrun in standard_ProcessUtility().
Tom Lane
2018-10-15
*
Avoid duplicate XIDs at recovery when building initial snapshot
Michael Paquier
2018-10-14
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Silence compiler warning in Assert()
Alvaro Herrera
2018-10-08
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
MAXALIGN the target address where we store flattened value.
Amit Kapila
2018-10-03
*
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-02
*
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-10-01
*
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-28
*
Fix WAL recycling on standbys depending on archive_mode
Michael Paquier
2018-09-28
*
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
*
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-26
*
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-26
*
Remove obsolete comment
Alvaro Herrera
2018-09-25
*
Fix over-allocation of space for array_out()'s result string.
Tom Lane
2018-09-24
*
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-23
*
Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.
Tom Lane
2018-09-23
*
Use size_t consistently in dsa.{ch}.
Thomas Munro
2018-09-22
*
Fix segment_bins corruption in dsa.c.
Thomas Munro
2018-09-20
*
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-09-20
*
Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.
Tom Lane
2018-09-19
*
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-18
*
Allow DSM allocation to be interrupted.
Thomas Munro
2018-09-18
*
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-17
*
Add outfuncs.c support for RawStmt nodes.
Tom Lane
2018-09-16
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
*
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
*
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-12
*
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
*
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-09
*
Minor cleanup/future-proofing for pg_saslprep().
Tom Lane
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
*
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
*
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
*
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
*
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
*
Make syslogger more robust against failures in opening CSV log files.
Tom Lane
2018-08-26
*
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
[next]