aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix indexterm spellingPeter Eisentraut2010-08-06
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-30
* Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane2010-07-29
* Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas2010-07-29
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-28
* Spelling fixPeter Eisentraut2010-07-27
* Fix grammarPeter Eisentraut2010-07-26
* Backpatch reservation of shared memory region during backend startup onMagnus Hagander2010-07-23
* Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas2010-07-23
* Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas2010-07-13
* Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()Tom Lane2010-07-09
* Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane2010-07-08
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-05
* Fix assorted misstatements and poor wording in the descriptions of the I/OTom Lane2010-07-03
* Allow ALTER TABLE .. SET TABLESPACE to be interrupted.Robert Haas2010-07-01
* stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas2010-06-30
* Deprecate the use of => as an operator name.Robert Haas2010-06-22
* Fix dblink_build_sql_insert() and related functions to handle droppedTom Lane2010-06-15
* Consolidate and improve checking of key-column-attnum arguments forTom Lane2010-06-15
* Rearrange dblink's dblink_build_sql_insert() and related routines to open andTom Lane2010-06-14
* Fix connection leak in dblink when dblink_connect() or dblink_connect_u()Itagaki Takahiro2010-06-09
* Add missed function dblink_connect_u(text[,text]) to uninstall scriptTeodor Sigaev2010-06-07
* Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes).Itagaki Takahiro2010-06-03
* Change ps_status.c to explicitly track the current logical length of ps_buffer.Tom Lane2010-05-27
* Change the "N. Central Asia Standard Time" timezone to map toMagnus Hagander2010-05-20
* > Follow up a visit from the style police.Andrew Dunstan2010-05-17
* Fix longstanding typo in V1 calling conventions documentation.Robert Haas2010-05-16
* Improve documentation of pg_restore's -l and -L switches to point out theirTom Lane2010-05-15
* tag 8.2.17REL8_2_17Marc G. Fournier2010-05-14
* Fix MSVC builds for recent plperl changes. Go back to version 8.2, which isAndrew Dunstan2010-05-13
* Update release notes with security issues.Tom Lane2010-05-13
* Use an entity instead of non-ASCII letter. Thom BrownTom Lane2010-05-13
* Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane2010-05-13
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-13
* Fix some spelling errors.Magnus Hagander2010-05-13
* Translation updatePeter Eisentraut2010-05-13
* Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25,Tom Lane2010-05-12
* Update time zone data files to tzdata release 2010j: DST law changes inTom Lane2010-05-11
* Add PKST to the default set of timezone abbreviations.Tom Lane2010-05-11
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Fix psql to not go into infinite recursion when expanding a variable thatTom Lane2010-05-05
* Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane2010-05-01
* Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leakTom Lane2010-04-30
* On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas2010-04-16
* Fix psql's \copy to not insert spaces around dots and commas in the text ofTom Lane2010-04-15
* IP port -> TCP portPeter Eisentraut2010-04-15
* Fix a problem introduced by my patch of 2010-01-12 that revised the wayTom Lane2010-04-14
* Clean up inconsistent commasMagnus Hagander2010-04-09
* Update list of Windows timezones we try to match localized names againstMagnus Hagander2010-04-09
* Proceed to look for the next timezone when matching a localizedMagnus Hagander2010-04-08