Commit Graph

33117 Commits (06646f52ea43ba7ac7e89a2bc2e4493539e805e8)
 

Author SHA1 Message Date
Noah Misch 0b7026d964 Predict integer overflow to avoid buffer overruns. 12 years ago
Noah Misch 6a10e57b0f Fix handling of wide datetime input/output. 12 years ago
Robert Haas b5c574399e Avoid repeated name lookups during table and index DDL. 12 years ago
Noah Misch 338daafe01 Document security implications of check_function_bodies. 12 years ago
Noah Misch 23b5a85e60 Prevent privilege escalation in explicit calls to PL validators. 12 years ago
Noah Misch 5d320a16ca Shore up ADMIN OPTION restrictions. 12 years ago
Tom Lane 3b4db30f94 Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. 12 years ago
Tom Lane 1594f52a8a Ooops, forgot to remove solar87 and friends from src/timezone/Makefile. 12 years ago
Tom Lane 3212ba534d Update time zone data files to tzdata release 2013i. 12 years ago
Tom Lane 3921181369 Update regression testing instructions. 12 years ago
Tom Lane e7cf0b89fb Suggest shell here-documents instead of psql -c for multiple commands. 12 years ago
Tom Lane 7182bd2394 Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code. 12 years ago
Tom Lane 170590261c Fix length checking for Unicode identifiers containing escapes (U&"..."). 12 years ago
Tom Lane 0d4a2f8d4c Improve cross-references between minor version release notes. 12 years ago
Tom Lane 6fd1fd53c5 Improve text of stub HISTORY file. 12 years ago
Tom Lane eb15f53c45 Improve libpq's error recovery for connection loss during COPY. 12 years ago
Tom Lane a69cc9b2c1 In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages. 12 years ago
Tom Lane 3bf5c16f15 Don't generate plain-text HISTORY and src/test/regress/README anymore. 12 years ago
Heikki Linnakangas 5f778e6444 Use memmove() instead of memcpy() for copying overlapping regions. 12 years ago
Magnus Hagander c6e5c4dd1d Avoid printing uninitialized filename variable in verbose mode 12 years ago
Andrew Dunstan 308dd5b0dc Fix makefile syntax. 12 years ago
Tom Lane 399d23e19c Fix some wide-character bugs in the text-search parser. 12 years ago
Andrew Dunstan 141119c2a7 fix whitespace 12 years ago
Tom Lane 03f06ff383 Fix some more bugs in signal handlers and process shutdown logic. 12 years ago
Andrew Dunstan e5c22c15d8 Don't use deprecated dllwrap on Cygwin. 12 years ago
Andrew Dunstan dfb4a1a21c Copy the libpq DLL to the bin directory on Mingw and Cygwin. 12 years ago
Robert Haas 8e6bfc9ebf Clear MyProc and MyProcSignalState before they become invalid. 12 years ago
Tom Lane af259c691f Fix unsafe references to errno within error messaging logic. 12 years ago
Fujii Masao 1b384aff15 Fix bugs in PQhost(). 12 years ago
Stephen Frost cbd850bf60 Allow type_func_name_keywords in even more places 12 years ago
Stephen Frost d2636486b3 Allow SET TABLESPACE to database default 12 years ago
Peter Eisentraut 6d969b000e Fix client-only installation 12 years ago
Tom Lane ab4bb5c47a Fix multiple bugs in index page locking during hot-standby WAL replay. 12 years ago
Tom Lane fc27b40681 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
Heikki Linnakangas 5143dfd571 Fix calculation of ISMN check digit. 12 years ago
Tom Lane 3f721588ae Fix possible crashes due to using elog/ereport too early in startup. 12 years ago
Tom Lane 9387f4e1bd Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD. 12 years ago
Michael Meskes 9f5b3a1a1e Fix descriptor output in ECPG. 12 years ago
Tom Lane 6c6c53d0be Fix "cannot accept a set" error when only some arms of a CASE return a set. 12 years ago
Heikki Linnakangas 0402f24413 Fix pause_at_recovery_target + recovery_target_inclusive combination. 12 years ago
Heikki Linnakangas e56430c620 Fix bug in determining when recovery has reached consistency. 12 years ago
Bruce Momjian 9402169a35 Update copyright for 2014 12 years ago
Magnus Hagander 026a91f86c Move permissions check from do_pg_start_backup to pg_start_backup 12 years ago
Magnus Hagander 773e4d5e4d Avoid including tablespaces inside PGDATA twice in base backups 12 years ago
Michael Meskes 9484982740 Do not use an empty hostname. 12 years ago
Kevin Grittner c41f036445 Don't attempt to limit target database for pg_restore. 12 years ago
Kevin Grittner 1f069d21d3 Fix misplaced right paren bugs in pgstatfuncs.c. 12 years ago
Tatsuo Ishii 035226c61b Add "SHIFT_JIS" as an accepted encoding name for locale checking. 12 years ago
Tom Lane 7e694214e3 Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt. 12 years ago
Tom Lane 17776250a5 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. 12 years ago