Commit Graph

29464 Commits (d0ed1a6c044452a529c1d544647ea1fcb90dcb81)
 

Author SHA1 Message Date
Noah Misch d0ed1a6c04 Fix handling of wide datetime input/output. 12 years ago
Robert Haas e464761333 Avoid repeated name lookups during table and index DDL. 12 years ago
Noah Misch 09e2d4c145 Document security implications of check_function_bodies. 12 years ago
Noah Misch 823b9dc256 Prevent privilege escalation in explicit calls to PL validators. 12 years ago
Noah Misch ff35425c8f Shore up ADMIN OPTION restrictions. 12 years ago
Tom Lane bde3307cc1 Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. 12 years ago
Tom Lane d77d93f5c1 Ooops, forgot to remove solar87 and friends from src/timezone/Makefile. 12 years ago
Tom Lane c0c2d62aca Update time zone data files to tzdata release 2013i. 12 years ago
Tom Lane b0154f20b3 Suggest shell here-documents instead of psql -c for multiple commands. 12 years ago
Tom Lane 7644a7bd8c Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code. 12 years ago
Tom Lane a8a46d846c Fix length checking for Unicode identifiers containing escapes (U&"..."). 12 years ago
Tom Lane 42ec6a8323 Improve cross-references between minor version release notes. 12 years ago
Tom Lane e99754adbc Improve text of stub HISTORY file. 12 years ago
Tom Lane c9256f5b7d Improve libpq's error recovery for connection loss during COPY. 12 years ago
Tom Lane 9620fede98 In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages. 12 years ago
Tom Lane 432735cbf3 Don't generate plain-text HISTORY and src/test/regress/README anymore. 12 years ago
Heikki Linnakangas 6141983fb4 Use memmove() instead of memcpy() for copying overlapping regions. 12 years ago
Andrew Dunstan 55c018896f Fix makefile syntax. 12 years ago
Tom Lane 56f5d3424e Fix some wide-character bugs in the text-search parser. 12 years ago
Andrew Dunstan ae3c98b9b1 Copy the libpq DLL to the bin directory on Mingw and Cygwin. 12 years ago
Robert Haas 458b20f2da Clear MyProc and MyProcSignalState before they become invalid. 12 years ago
Tom Lane 01b882fd84 Fix unsafe references to errno within error messaging logic. 12 years ago
Fujii Masao 5525529db1 Fix bugs in PQhost(). 12 years ago
Stephen Frost 0fb4e3cebb Allow SET TABLESPACE to database default 12 years ago
Peter Eisentraut 15699d9bf8 Fix client-only installation 12 years ago
Tom Lane 72cce2c780 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
Heikki Linnakangas 492b685417 Fix calculation of ISMN check digit. 12 years ago
Tom Lane d0070ac81b Fix possible crashes due to using elog/ereport too early in startup. 12 years ago
Tom Lane 00b77771aa Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD. 12 years ago
Michael Meskes d68a65b013 Fix descriptor output in ECPG. 12 years ago
Tom Lane 57ac7d8a71 Fix "cannot accept a set" error when only some arms of a CASE return a set. 12 years ago
Bruce Momjian 75c02a31e0 Update copyright for 2014 12 years ago
Michael Meskes 96de4939c0 Do not use an empty hostname. 12 years ago
Kevin Grittner 302cbc5fa6 Don't attempt to limit target database for pg_restore. 12 years ago
Kevin Grittner b2d80147d5 Fix misplaced right paren bugs in pgstatfuncs.c. 12 years ago
Tatsuo Ishii 69f77d7565 Add "SHIFT_JIS" as an accepted encoding name for locale checking. 12 years ago
Tom Lane 45d0c1b7d8 Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt. 12 years ago
Tom Lane 85eb066ecd Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. 12 years ago
Tom Lane 884c6384a2 Fix possible crash with nested SubLinks. 12 years ago
Joe Conway 6c8b16e30a Fix performance regression in dblink connection speed. 12 years ago
Tom Lane 7635dae552 Clear retry flags properly in replacement OpenSSL sock_write function. 12 years ago
Heikki Linnakangas 67fc33d3ad Fix full-page writes of internal GIN pages. 12 years ago
Tom Lane be26515fc3 Stamp 8.4.19. 12 years ago
Tom Lane 67f898bd36 Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19. 12 years ago
Peter Eisentraut 28c1952317 Translation updates 12 years ago
Tom Lane 0526889a63 Update time zone data files to tzdata release 2013h. 12 years ago
Tom Lane c361835468 Back-patch src/timezone/known_abbrevs.txt into all active branches. 12 years ago
Kevin Grittner ac7113bb31 Fix pg_dumpall to work for databases flagged as read-only. 12 years ago
Tom Lane 6cb109a812 Fix assorted issues in pg_ctl's pgwin32_CommandLine(). 12 years ago
Heikki Linnakangas 8a7f4466ad Don't update relfrozenxid if any pages were skipped. 12 years ago