Commit Graph

36220 Commits (a222f7fda6a04ab8ec655cd5a9de5ff70ff916c3)
 

Author SHA1 Message Date
Tom Lane a222f7fda6 Remove broken code that tried to handle OVERLAPS with a single argument. 12 years ago
Magnus Hagander 7f3e17b482 Disable RandomizedBaseAddress on MSVC builds 12 years ago
Heikki Linnakangas 057152b37c Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2. 12 years ago
Tom Lane 7b1fab3fd2 Last-minute updates for release notes. 12 years ago
Robert Haas 876f78d575 Fix capitalization in README. 12 years ago
Tom Lane e7f409756d Improve documentation about multixact IDs. 12 years ago
Tom Lane 6ef325429c Document risks of "make check" in the regression testing instructions. 12 years ago
Tom Lane 01824385ae Prevent potential overruns of fixed-size buffers. 12 years ago
Noah Misch 31400a6733 Predict integer overflow to avoid buffer overruns. 12 years ago
Noah Misch 4318daecc9 Fix handling of wide datetime input/output. 12 years ago
Robert Haas 5f173040e3 Avoid repeated name lookups during table and index DDL. 12 years ago
Noah Misch 540b4e5bc8 Document security implications of check_function_bodies. 12 years ago
Noah Misch 537cbd35c8 Prevent privilege escalation in explicit calls to PL validators. 12 years ago
Noah Misch fea164a72a Shore up ADMIN OPTION restrictions. 12 years ago
Tom Lane 0983315b1d Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. 12 years ago
Tom Lane fa1f0d7859 PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. 12 years ago
Tom Lane a1c802712c Fix unportable coding in tarCreateHeader(). 12 years ago
Tom Lane 8d6e2d4abf Revert to using --enable-auto-import in Cygwin builds. 12 years ago
Tom Lane 734ff84b08 Further wordsmithing on 9.3.3 release notes. 12 years ago
Tom Lane a5cf60682e PGDLLIMPORT'ify DateStyle and IntervalStyle. 12 years ago
Tom Lane 8fd994e40c Improve release notes per comments from Andres Freund. 12 years ago
Tom Lane 56caaf195e On Windows, expect to find Tcl DLL in bin directory not lib directory. 12 years ago
Tom Lane cefd3e507d First-draft release notes for 9.3.3. 12 years ago
Tom Lane 643f75ca9b Fix unportable coding in BackgroundWorkerStateChange(). 12 years ago
Tom Lane f0ee42d59b Fix unportable coding in DetermineSleepTime(). 12 years ago
Tom Lane 60ff2fdd99 Centralize getopt-related declarations in a new header file pg_getopt.h. 12 years ago
Bruce Momjian 32be1c8e90 Remove use of sscanf in pg_upgrade, and add C comment to pg_dump 12 years ago
Bruce Momjian a0d8947acb psql: Add C comment about gset_prefix being freed later 12 years ago
Tom Lane 1c5143a0b5 Ooops, forgot to remove solar87 and friends from src/timezone/Makefile. 12 years ago
Tom Lane e04641f4b4 Update time zone data files to tzdata release 2013i. 12 years ago
Tom Lane 638b153f2a Fix fat-fingered makefile changes for pltcl. 12 years ago
Tom Lane 2128c52f5c Update regression testing instructions. 12 years ago
Tom Lane dcbf39774f In mingw builds, make our own import library for libtcl, too. 12 years ago
Tom Lane 1ea081bbd7 Suggest shell here-documents instead of psql -c for multiple commands. 12 years ago
Tom Lane 02b61dd08f In mingw builds, make our own import library for libperl. 12 years ago
Tom Lane a7983e989d Cosmetic improvements in plpython's make rule for libpython import library. 12 years ago
Heikki Linnakangas 4d894b41cd Change the order that pg_xlog and WAL archive are polled for WAL segments. 12 years ago
Peter Eisentraut 0f2ca0075c Fix typo 12 years ago
Bruce Momjian 9c57d11fca Add C comment about problems with CHAR() space trimming 12 years ago
Tom Lane b8f00a46bc Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code. 12 years ago
Alvaro Herrera 801c2dc72c Separate multixact freezing parameters from xid's 12 years ago
Bruce Momjian de4b6558be docs: improve CREATE FUNCTION docs about language case and quoting 12 years ago
Bruce Momjian 474cb24df7 pgcrypto: clarify 'md5' (hash) table entry 12 years ago
Tom Lane 44c2163302 Fix length checking for Unicode identifiers containing escapes (U&"..."). 12 years ago
Bruce Momjian 3f735ae831 pg_upgrade: mention the need for tablespace snapshots in docs 12 years ago
Bruce Momjian bcec58cf1e pg_upgrade: document use of file system and COW snapshots 12 years ago
Tom Lane 4a6f136c46 Improve cross-references between minor version release notes. 12 years ago
Tom Lane dea5a8c402 Improve text of stub HISTORY file. 12 years ago
Tom Lane fa4440f516 Improve libpq's error recovery for connection loss during COPY. 12 years ago
Bruce Momjian 993c3961a4 Revert gmake/make release note changes 12 years ago