aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove bogus executable permissions on xlog.c.Tom Lane2013-12-11
* Under wal_level=logical, when saving old tuples, always save OID.Robert Haas2013-12-11
* Add a new reloption, user_catalog_table.Robert Haas2013-12-10
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Fix possible crash with nested SubLinks.Tom Lane2013-12-10
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-10
* Fixups for dsm.c's file descriptor handling.Robert Haas2013-12-09
* SSL: Support ECDH key exchangePeter Eisentraut2013-12-07
* SSL: Add configuration option to prefer server cipher orderPeter Eisentraut2013-12-07
* Fix improper abort during update chain lockingAlvaro Herrera2013-12-05
* Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane2013-12-05
* Avoid resetting Xmax when it's a multi with an aborted updateAlvaro Herrera2013-12-05
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04
* Fix full-page writes of internal GIN pages.Heikki Linnakangas2013-12-03
* Report exit code from external recovery commands properlyPeter Eisentraut2013-12-02
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-02
* Flag mmap implemenation of dynamic shared memory as resize-capable.Robert Haas2013-12-02
* Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len".Robert Haas2013-12-02
* Avoid out-of-bounds read in errfinish if error_stack_depth < 0.Robert Haas2013-12-02
* Translation updatesPeter Eisentraut2013-12-02
* Fix a couple of bugs in MultiXactId freezingAlvaro Herrera2013-11-29
* Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera2013-11-29
* Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera2013-11-29
* Fix full-table-vacuum request mechanism for MultiXactIdsAlvaro Herrera2013-11-29
* Replace hardcoded 200000000 with autovacuum_freeze_max_ageAlvaro Herrera2013-11-29
* Be sure to release proc->backendLock after SetupLockInTable() failure.Tom Lane2013-11-29
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-29
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-28
* Another gin_desc fix.Heikki Linnakangas2013-11-28
* Fix gin_desc routine to match the WAL format.Heikki Linnakangas2013-11-28
* Fix latent(?) race condition in LockReleaseAll.Tom Lane2013-11-28
* Unbreak buildfarmAlvaro Herrera2013-11-28
* Use a more granular approach to follow update chainsAlvaro Herrera2013-11-28
* Compare Xmin to previous Xmax when locking an update chainAlvaro Herrera2013-11-28
* Don't try to set InvalidXid as page pruning hintAlvaro Herrera2013-11-28
* Cope with heap_fetch failure while locking an update chainAlvaro Herrera2013-11-28
* Fix stale-pointer problem in fast-path locking logic.Tom Lane2013-11-27
* Minor corrections in lmgr/README.Tom Lane2013-11-27
* Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas2013-11-27
* More GIN refactoring.Heikki Linnakangas2013-11-27
* Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas2013-11-27
* Implement information_schema.parameters.parameter_default columnPeter Eisentraut2013-11-26
* Add missing entry for session_preload_libraries in sample config.Jeff Davis2013-11-25
* Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian2013-11-25
* Lessen library-loading log level.Jeff Davis2013-11-24
* Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane2013-11-24
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-23
* Fix thinko in SPI_execute_plan() callsPeter Eisentraut2013-11-23
* Avoid potential buffer overflow crashPeter Eisentraut2013-11-23
* Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane2013-11-22