summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-20Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches.REL8_3_STABLEAlvaro Herrera
2013-09-08Return error if allocation of new element was not possible.Michael Meskes
2013-02-04Stamp 8.3.23.REL8_3_23Tom Lane
2013-02-04Prevent execution of enum_recv() from SQL.Tom Lane
2013-02-04Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23.Tom Lane
2013-02-04Translation updatesPeter Eisentraut
2013-01-31Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander
2013-01-30Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane
2013-01-28DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera
2013-01-24Use correct output device for Windows prompts.Andrew Dunstan
2013-01-21Fix one-byte buffer overrun in PQprintTuples().Tom Lane
2013-01-19Make pgxs build executables with the right suffix.Andrew Dunstan
2013-01-18Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane
2013-01-15On second thought, use an empty string instead of "none" when not connected.Heikki Linnakangas
2013-01-15Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas
2013-01-14Add new timezone abbrevation "FET".Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-23Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane
2012-12-18Ignore libedit/libreadline while probing for standard functions.Tom Lane
2012-12-12Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane
2012-12-08Update ISO 3166 linkPeter Eisentraut
2012-12-03Stamp 8.3.22.REL8_3_22Tom Lane
2012-12-03Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22.Tom Lane
2012-12-03Fix documentation of path(polygon) function.Tom Lane
2012-12-03Translation updatesPeter Eisentraut
2012-12-02Update time zone data files to tzdata release 2012j.Tom Lane
2012-12-02Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii
2012-12-01Prevent passing gmake's environment variables down through pg_regress.Tom Lane
2012-11-30Take buffer lock while inspecting btree index pages in contrib/pageinspect.Tom Lane
2012-11-30Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-11-29Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane
2012-11-29When processing nested structure pointer variables ecpg always expected anMichael Meskes
2012-11-26Remove inaccurate "Incrementally Updated Backups" documentation section;Bruce Momjian
2012-11-22Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane
2012-11-20Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-18Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane
2012-11-14Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane
2012-11-13Fix memory leaks in record_out() and record_send().Tom Lane
2012-11-12Check for stack overflow in transformSetOperationTree().Tom Lane
2012-10-26Prefer actual constants to pseudo-constants in equivalence class machinery.Tom Lane
2012-10-24Prevent parser from believing that views have system columns.Tom Lane
2012-10-19Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane
2012-10-19Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane
2012-10-18Further tweaking of the readfile() function in pg_ctl.Heikki Linnakangas
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-10-17Fix typo in previous commitSimon Riggs
2012-10-17Add hash index caution to CREATE INDEX docsSimon Riggs
2012-10-15Fix race condition in pg_ctl reading postmaster.pid.Heikki Linnakangas
2012-10-11Fix cross-type case in partial row matching for hashed subplans.Tom Lane