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
...
*
Revert XactLockTableWait context setup in conditional multixact wait
Alvaro Herrera
2014-08-25
*
Use newly added InvalidCommandId instead of 0
Alvaro Herrera
2014-08-25
*
DefineType: return base type OID, not its array
Alvaro Herrera
2014-08-25
*
Have CREATE TABLE AS and REFRESH return an OID
Alvaro Herrera
2014-08-25
*
More psprintf goodness
Alvaro Herrera
2014-08-25
*
Oops, forgot to "git add" one last change
Alvaro Herrera
2014-08-25
*
Editorial review of SET UNLOGGED
Alvaro Herrera
2014-08-25
*
Fix another ancient memory-leak bug in relcache.c.
Tom Lane
2014-08-24
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
*
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
*
Use comma+space as the separator in the default search_path.
Heikki Linnakangas
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
*
Finish adding file version information to installed Windows binaries.
Noah Misch
2014-08-18
*
Replace a few strncmp() calls with strlcpy().
Noah Misch
2014-08-18
*
Reorganize functions in be-secure-openssl.c
Heikki Linnakangas
2014-08-18
*
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
*
Add sortsupport routines for text.
Robert Haas
2014-08-14
*
Fix whitespace
Peter Eisentraut
2014-08-13
*
Prevent memory leaks in parseRelOptions().
Tom Lane
2014-08-13
*
Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.
Tom Lane
2014-08-13
*
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
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
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
*
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
*
Change ParseConfigFp() so that it doesn't process unused entry of each parame...
Fujii Masao
2014-08-06
*
Fix typo in C comment.
Kevin Grittner
2014-08-05
*
Improve some JSON error messages.
Robert Haas
2014-08-05
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
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
*
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-29
*
Simplify multixact freezing a bit
Alvaro Herrera
2014-07-29
*
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
*
Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().
Noah Misch
2014-07-25
*
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
[prev]
[next]