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
*
Remove bogus executable permissions on xlog.c.
Tom Lane
2013-12-11
*
Under wal_level=logical, when saving old tuples, always save OID.
Robert Haas
2013-12-11
*
Add a new reloption, user_catalog_table.
Robert Haas
2013-12-10
*
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
*
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
*
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
*
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
*
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
*
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
*
Don't update relfrozenxid if any pages were skipped.
Heikki Linnakangas
2013-11-27
*
Implement information_schema.parameters.parameter_default column
Peter Eisentraut
2013-11-26
*
Add missing entry for session_preload_libraries in sample config.
Jeff Davis
2013-11-25
*
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Bruce Momjian
2013-11-25
*
Lessen library-loading log level.
Jeff Davis
2013-11-24
*
Fix new and latent bugs with errno handling in secure_read/secure_write.
Tom Lane
2013-11-24
*
Fix array slicing of int2vector and oidvector values.
Tom Lane
2013-11-23
*
Fix thinko in SPI_execute_plan() calls
Peter Eisentraut
2013-11-23
*
Avoid potential buffer overflow crash
Peter Eisentraut
2013-11-23
*
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
[next]