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
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
*
Rename TABLE() to ROWS FROM().
Noah Misch
2013-12-10
*
Fixups for dsm.c's file descriptor handling.
Robert Haas
2013-12-09
*
SSL: Support ECDH key exchange
Peter Eisentraut
2013-12-07
*
SSL: Add configuration option to prefer server cipher order
Peter Eisentraut
2013-12-07
*
Fix improper abort during update chain locking
Alvaro Herrera
2013-12-05
*
Clear retry flags properly in replacement OpenSSL sock_write function.
Tom Lane
2013-12-05
*
Avoid resetting Xmax when it's a multi with an aborted update
Alvaro Herrera
2013-12-05
*
build: pass EXTRA_REGRESS_OPTS to secondary regression tests
Bruce Momjian
2013-12-04
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
*
Fix full-page writes of internal GIN pages.
Heikki Linnakangas
2013-12-03
*
C comment: again update comment for pg_fe_sendauth for error cases
Bruce Momjian
2013-12-03
*
Update C comment for pg_fe_getauthname
Bruce Momjian
2013-12-03
*
libpq: change PQconndefaults() to ignore invalid service files
Bruce Momjian
2013-12-03
*
Report exit code from external recovery commands properly
Peter Eisentraut
2013-12-02
*
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-12-02
*
Increase git_changelog's timestamp_slop from 10 min to 1 day.
Tom Lane
2013-12-02
*
Flag mmap implemenation of dynamic shared memory as resize-capable.
Robert Haas
2013-12-02
*
Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len".
Robert Haas
2013-12-02
*
Avoid out-of-bounds read in errfinish if error_stack_depth < 0.
Robert Haas
2013-12-02
*
Translation updates
Peter Eisentraut
2013-12-02
*
Update time zone data files to tzdata release 2013h.
Tom Lane
2013-12-01
*
Fix pg_dumpall to work for databases flagged as read-only.
Kevin Grittner
2013-11-30
*
Remove use of obsolescent Autoconf macros
Peter Eisentraut
2013-11-30
*
Fix a couple of bugs in MultiXactId freezing
Alvaro Herrera
2013-11-29
*
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-11-29
*
Truncate pg_multixact/'s contents during crash recovery
Alvaro Herrera
2013-11-29
*
Fix full-table-vacuum request mechanism for MultiXactIds
Alvaro Herrera
2013-11-29
*
Replace hardcoded 200000000 with autovacuum_freeze_max_age
Alvaro Herrera
2013-11-29
*
Fix assorted issues in pg_ctl's pgwin32_CommandLine().
Tom Lane
2013-11-29
*
Be sure to release proc->backendLock after SetupLockInTable() failure.
Tom Lane
2013-11-29
*
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-11-29
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
*
Another gin_desc fix.
Heikki Linnakangas
2013-11-28
*
Fix gin_desc routine to match the WAL format.
Heikki Linnakangas
2013-11-28
*
Fix latent(?) race condition in LockReleaseAll.
Tom Lane
2013-11-28
*
Unbreak buildfarm
Alvaro Herrera
2013-11-28
*
Use a more granular approach to follow update chains
Alvaro Herrera
2013-11-28
*
Compare Xmin to previous Xmax when locking an update chain
Alvaro Herrera
2013-11-28
*
Don't try to set InvalidXid as page pruning hint
Alvaro Herrera
2013-11-28
*
Cope with heap_fetch failure while locking an update chain
Alvaro Herrera
2013-11-28
*
Fix stale-pointer problem in fast-path locking logic.
Tom Lane
2013-11-27
*
Minor corrections in lmgr/README.
Tom Lane
2013-11-27
*
Get rid of the post-recovery cleanup step of GIN page splits.
Heikki Linnakangas
2013-11-27
*
More GIN refactoring.
Heikki Linnakangas
2013-11-27
*
Fix plpython3 expected output.
Heikki Linnakangas
2013-11-27
*
Don't update relfrozenxid if any pages were skipped.
Heikki Linnakangas
2013-11-27
*
ECPG: Fix searching for quoted cursor names case-sensitively.
Michael Meskes
2013-11-27
*
Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory.
Fujii Masao
2013-11-27
[next]