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
*
Fix power_var_int() for large integer exponents.
Tom Lane
2014-09-11
*
Remove dead InRecovery check.
Heikki Linnakangas
2014-09-11
*
Preserve AND/OR flatness while extracting restriction OR clauses.
Tom Lane
2014-09-09
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
*
Move ALTER ... ALL IN to ProcessUtilitySlow
Stephen Frost
2014-09-09
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
*
Fix segmentation fault that an empty prepared statement could cause.
Fujii Masao
2014-09-05
*
Declare lwlock.c's LWLockAcquireCommon() as a static inline.
Andres Freund
2014-09-01
*
pg_is_xlog_replay_paused(): remove super-user-only restriction
Bruce Momjian
2014-08-29
*
Fix bug in compressed GIN data leaf page splitting code.
Heikki Linnakangas
2014-08-29
*
Assorted message improvements
Peter Eisentraut
2014-08-29
*
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
*
Fix Var handling for security barrier views
Stephen Frost
2014-08-26
*
Fix superuser concurrent refresh of matview owned by another.
Kevin Grittner
2014-08-26
*
Revert XactLockTableWait context setup in conditional multixact wait
Alvaro Herrera
2014-08-25
*
Fix outdated comment
Alvaro Herrera
2014-08-22
*
Fix corner-case behaviors in JSON/JSONB field extraction operators.
Tom Lane
2014-08-22
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
*
Fix core dump in jsonb #> operator, and add regression test cases.
Tom Lane
2014-08-20
*
Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
Fujii Masao
2014-08-19
*
Fix bug in checking of IDENTIFY_SYSTEM result.
Fujii Masao
2014-08-19
*
Use ISO 8601 format for dates converted to JSON, too.
Tom Lane
2014-08-17
*
Fix bogus return macros in range_overright_internal().
Tom Lane
2014-08-16
*
Be less aggressive in asking for feedback of logical walsender clients.
Andres Freund
2014-08-12
*
Change first call of ProcessConfigFile so as to process only data_directory.
Fujii Masao
2014-08-12
*
Clean up handling of unknown-type inputs in json_build_object and friends.
Tom Lane
2014-08-09
*
Further cleanup of JSON-specific error messages.
Tom Lane
2014-08-09
*
Reject duplicate column names in foreign key referenced-columns lists.
Tom Lane
2014-08-09
*
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-07
*
Change ParseConfigFp() so that it doesn't process unused entry of each parame...
Fujii Masao
2014-08-06
*
Improve some JSON error messages.
Robert Haas
2014-08-05
*
Avoid wholesale autovacuuming when autovacuum is nominally off.
Tom Lane
2014-07-30
*
Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.
Robert Haas
2014-07-30
*
Oops, fix recoveryStopsBefore functions for regular commits.
Heikki Linnakangas
2014-07-29
*
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-29
*
Fix obsolete statement in smgr/README.
Tom Lane
2014-07-28
*
Prevent shm_mq_send from reading uninitialized memory.
Robert Haas
2014-07-24
*
Fix checkpointer crash in EXEC_BACKEND builds.
Robert Haas
2014-07-24
*
Properly remove ephemeral replication slots after a crash restart.
Andres Freund
2014-07-24
*
Avoid access to already-released lock in LockRefindAndRelease.
Robert Haas
2014-07-24
*
Re-enable error for "SELECT ... OFFSET -1".
Tom Lane
2014-07-22
*
Check block number against the correct fork in get_raw_page().
Tom Lane
2014-07-22
*
Allow empty string object keys in json_object().
Andrew Dunstan
2014-07-22
*
Reject out-of-range numeric timezone specifications.
Tom Lane
2014-07-21
*
Adjust cutoff points in newly-added sanity tests.
Tom Lane
2014-07-21
*
Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.
Tom Lane
2014-07-21
*
Translation updates
Peter Eisentraut
2014-07-21
*
Update SQL features list
Peter Eisentraut
2014-07-21
*
Partial fix for dropped columns in functions returning composite.
Tom Lane
2014-07-19
*
Fix two low-probability memory leaks in regular expression parsing.
Tom Lane
2014-07-18
[next]