aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-02
* Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19.Tom Lane2013-12-02
* doc: update wording of ineffective SET and ABORT commandsBruce Momjian2013-12-02
* Improve draft release notes.Tom Lane2013-12-02
* Increase git_changelog's timestamp_slop from 10 min to 1 day.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
* Draft release notes for 9.3.2.Tom Lane2013-12-01
* doc: Disable preface.autolabel in XSLTPeter Eisentraut2013-12-01
* Update time zone data files to tzdata release 2013h.Tom Lane2013-12-01
* Editorial corrections to the October 2013 minor-release notes.Tom Lane2013-11-30
* pg_upgrade: Handle default_transaction_read_only settingsBruce Momjian2013-11-30
* Fix pg_dumpall to work for databases flagged as read-only.Kevin Grittner2013-11-30
* Remove use of obsolescent Autoconf macrosPeter Eisentraut2013-11-30
* doc: Simplify handling of variablelists in XSLT buildPeter Eisentraut2013-11-29
* 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
* Fix assorted issues in pg_ctl's pgwin32_CommandLine().Tom Lane2013-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
* doc: Enhance documentation of ssl_ciphers setting a bitPeter Eisentraut2013-11-29
* doc: Allow selecting web site CSS style sheet in XSLT HTML buildPeter Eisentraut2013-11-28
* 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
* doc: Set chunk.first.sections in XSLT, for consistency with DSSSL outputPeter Eisentraut2013-11-27
* pg_buffercache docs: adjust order of fieldsBruce Momjian2013-11-27
* doc: Put data types in alphabetical orderPeter Eisentraut2013-11-27
* Fix stale-pointer problem in fast-path locking logic.Tom Lane2013-11-27
* Minor correction of READ COMMITTED isolation level docs.Kevin Grittner2013-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
* Fix plpython3 expected output.Heikki Linnakangas2013-11-27
* Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas2013-11-27
* Documentation fix for ecpg.Michael Meskes2013-11-27
* ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes2013-11-27
* Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory.Fujii Masao2013-11-27
* Fix typo in release note.Fujii Masao2013-11-27