aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Clear MyProc and MyProcSignalState before they become invalid.Robert Haas2014-01-31
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* Fix bugs in PQhost().Fujii Masao2014-01-23
* Allow type_func_name_keywords in even more placesStephen Frost2014-01-21
* Allow SET TABLESPACE to database defaultStephen Frost2014-01-18
* Fix client-only installationPeter Eisentraut2014-01-17
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Fix possible buffer overrun in contrib/pg_trgm.Tom Lane2014-01-13
* Fix calculation of ISMN check digit.Heikki Linnakangas2014-01-13
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.Tom Lane2014-01-11
* Fix descriptor output in ECPG.Michael Meskes2014-01-09
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-08
* Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas2014-01-08
* Fix bug in determining when recovery has reached consistency.Heikki Linnakangas2014-01-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander2014-01-07
* Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander2014-01-07
* Do not use an empty hostname.Michael Meskes2014-01-01
* Don't attempt to limit target database for pg_restore.Kevin Grittner2013-12-29
* Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner2013-12-27
* Add "SHIFT_JIS" as an accepted encoding name for locale checking.Tatsuo Ishii2013-12-15
* Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.Tom Lane2013-12-13
* Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane2013-12-12
* Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane2013-12-11
* Fix possible crash with nested SubLinks.Tom Lane2013-12-10
* Fix performance regression in dblink connection speed.Joe Conway2013-12-07
* Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane2013-12-05
* Fix full-page writes of internal GIN pages.Heikki Linnakangas2013-12-03
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-02
* Stamp 9.1.11.REL9_1_11Tom 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
* Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2Alvaro Herrera2013-12-02
* Translation updatesPeter Eisentraut2013-12-02
* Update time zone data files to tzdata release 2013h.Tom Lane2013-12-01
* Back-patch src/timezone/known_abbrevs.txt into all active branches.Tom Lane2013-12-01
* Fix pg_dumpall to work for databases flagged as read-only.Kevin Grittner2013-11-30
* Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera2013-11-29
* Fix assorted issues in pg_ctl's pgwin32_CommandLine().Tom Lane2013-11-29
* Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas2013-11-27
* ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes2013-11-27
* Documentation fix for ecpg.Michael Meskes2013-11-27
* Fix typo in release note.Fujii Masao2013-11-27
* ECPG: Make the preprocessor emit ';' if the variable type for a list ofMichael Meskes2013-11-26
* ECPG: Fix offset to NULL/size indicator array.Michael Meskes2013-11-26
* Defend against bad trigger definitions in contrib/lo's lo_manage() trigger.Tom Lane2013-11-23
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-23
* Ensure _dosmaperr() actually sets errno correctly.Tom Lane2013-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