aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-14
* Fix deadlock with LWLockAcquireWithVar and LWLockWaitForVar.Heikki Linnakangas2014-10-14
* Fix typo in docs.Heikki Linnakangas2014-10-14
* doc: Improve ALTER VIEW / SET documentationPeter Eisentraut2014-10-13
* doc: Fix copy-and-paste mistakesPeter Eisentraut2014-10-13
* psql: Fix \? output alignmentPeter Eisentraut2014-10-13
* doc: mention TM is ignored for to_date/to_timestamp()Bruce Momjian2014-10-13
* doc: mention more changes needed to use huge pagesBruce Momjian2014-10-13
* C comments: adjust execTuples.c for new structureBruce Momjian2014-10-13
* docs: error for adding _validated_ domains for existing usesBruce Momjian2014-10-13
* Consistently use NULL for invalid GUC unit stringsBruce Momjian2014-10-13
* doc: improve USING and NATURAL JOIN descriptionsBruce Momjian2014-10-13
* Add --latency-limit option to pgbench.Heikki Linnakangas2014-10-13
* Increase number of hash join buckets for underestimate.Kevin Grittner2014-10-13
* Fix quoting in the add_to_path Makefile macro.Noah Misch2014-10-12
* pg_ctl: Cast DWORD values to avoid -Wformat warnings.Noah Misch2014-10-12
* Suppress dead, unportable src/port/crypt.c code.Noah Misch2014-10-12
* pg_recvlogical: Improve --help outputPeter Eisentraut2014-10-12
* Message improvementsPeter Eisentraut2014-10-12
* pg_upgrade: prefix Unix shell script name output with "./"Bruce Momjian2014-10-11
* docs: remove mention that attnotnull should be changedBruce Momjian2014-10-11
* regression: adjust polygon diagrams to not use tabsBruce Momjian2014-10-11
* Improve documentation about JSONB array containment behavior.Tom Lane2014-10-11
* Fix bogus optimization in JSONB containment tests.Tom Lane2014-10-11
* Remove unnecessary initialization of local variables.Heikki Linnakangas2014-10-10
* Change the way encoding and locale checks are done in pg_upgrade.Heikki Linnakangas2014-10-10
* Fix broken example in PL/pgSQL document.Fujii Masao2014-10-10
* Split builtins.h to a new header ruleutils.hAlvaro Herrera2014-10-08
* Extend shm_mq API with new functions shm_mq_sendv, shm_mq_set_handle.Robert Haas2014-10-08
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Fix typo in elog message.Robert Haas2014-10-07
* Fix array overrun in ecpg's version of ParseDateTime().Tom Lane2014-10-06
* Clean up Create/DropReplicationSlot query bufferStephen Frost2014-10-06
* Add support for managing physical replication slots to pg_receivexlog.Andres Freund2014-10-06
* Rename pg_recvlogical's --create/--drop to --create-slot/--drop-slot.Andres Freund2014-10-06
* Translation updatesPeter Eisentraut2014-10-05
* Update 9.4 release notes for commits through today.Tom Lane2014-10-05
* Eliminate one background-worker-related flag variable.Robert Haas2014-10-04
* Update time zone data files to tzdata release 2014h.Tom Lane2014-10-04
* Update time zone abbreviations lists.Tom Lane2014-10-03
* Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost2014-10-03
* Fix bogus logic for zic -P option.Tom Lane2014-10-03
* Don't balance vacuum cost delay when per-table settings are in effectAlvaro Herrera2014-10-03
* Fix typos in comments.Robert Haas2014-10-03
* Still another typo fix for 0709b7ee72e4bc71ad07b7120acd117265ab51d0.Robert Haas2014-10-03
* Check for GiST index tuples that don't fit on a page.Heikki Linnakangas2014-10-03
* Fix documentation for CREATE SEQUENCE IF NOT EXISTS.Heikki Linnakangas2014-10-03
* Increase the number of buffer mapping partitions to 128.Robert Haas2014-10-02
* Install all headers for the new atomics API.Andres Freund2014-10-02
* Fix typo in error message.Heikki Linnakangas2014-10-02