summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches.REL8_3_STABLEAlvaro Herrera2015-01-202-0/+54
* Return error if allocation of new element was not possible.Michael Meskes2013-09-081-2/+9
* Stamp 8.3.23.REL8_3_23Tom Lane2013-02-046-21/+21
* Prevent execution of enum_recv() from SQL.Tom Lane2013-02-042-0/+18
* Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23.Tom Lane2013-02-041-0/+156
* Translation updatesPeter Eisentraut2013-02-0327-21813/+27456
* Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander2013-01-311-1/+1
* Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane2013-01-303-0/+92
* DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera2013-01-282-7/+15
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-243-6/+41
* Fix one-byte buffer overrun in PQprintTuples().Tom Lane2013-01-201-4/+3
* Make pgxs build executables with the right suffix.Andrew Dunstan2013-01-191-1/+1
* Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane2013-01-181-3/+48
* On second thought, use an empty string instead of "none" when not connected.Heikki Linnakangas2013-01-151-1/+1
* Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas2013-01-151-1/+6
* Add new timezone abbrevation "FET".Tom Lane2013-01-142-0/+6
* Update copyrights for 2013Bruce Momjian2013-01-012-3/+3
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-232-2/+20
* Ignore libedit/libreadline while probing for standard functions.Tom Lane2012-12-182-279/+283
* Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane2012-12-112-12/+41
* Update ISO 3166 linkPeter Eisentraut2012-12-081-1/+1
* Stamp 8.3.22.REL8_3_22Tom Lane2012-12-036-21/+21
* Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22.Tom Lane2012-12-031-0/+296
* Fix documentation of path(polygon) function.Tom Lane2012-12-031-1/+1
* Translation updatesPeter Eisentraut2012-12-0311-1513/+1546
* Update time zone data files to tzdata release 2012j.Tom Lane2012-12-026-56/+121
* Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii2012-12-021-1/+1
* Prevent passing gmake's environment variables down through pg_regress.Tom Lane2012-12-011-0/+13
* Take buffer lock while inspecting btree index pages in contrib/pageinspect.Tom Lane2012-11-301-9/+11
* Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane2012-11-301-0/+12
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-293-1/+31
* Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane2012-11-2911-57/+173
* When processing nested structure pointer variables ecpg always expected anMichael Meskes2012-11-291-1/+5
* Remove inaccurate "Incrementally Updated Backups" documentation section;Bruce Momjian2012-11-261-40/+0
* Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane2012-11-221-6/+4
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-199-68/+198
* Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane2012-11-181-2/+2
* Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane2012-11-142-2/+23
* Fix memory leaks in record_out() and record_send().Tom Lane2012-11-131-12/+40
* Check for stack overflow in transformSetOperationTree().Tom Lane2012-11-111-0/+4
* Prefer actual constants to pseudo-constants in equivalence class machinery.Tom Lane2012-10-261-2/+8
* Prevent parser from believing that views have system columns.Tom Lane2012-10-243-2/+46
* Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane2012-10-191-16/+25
* Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane2012-10-191-5/+13
* Further tweaking of the readfile() function in pg_ctl.Heikki Linnakangas2012-10-181-4/+11
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-188-34/+193
* Fix typo in previous commitSimon Riggs2012-10-171-1/+1
* Add hash index caution to CREATE INDEX docsSimon Riggs2012-10-171-0/+12
* Fix race condition in pg_ctl reading postmaster.pid.Heikki Linnakangas2012-10-152-37/+63
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-113-6/+43