Commit Graph

33220 Commits (7c19f9d139e76529bbb94b1bde7bc4c19f1bc37a)
 

Author SHA1 Message Date
Bruce Momjian 7c19f9d139 Update src/tools/make_ctags to avoid Exuberant tags option 14 years ago
Peter Eisentraut 3aa42c25c3 Put Debian package list back in alphabetical order 14 years ago
Peter Eisentraut 9cfd800aab Add some enumeration commas, for consistency 14 years ago
Tom Lane 173e29aa5d Fix the general case of quantified regex back-references. 14 years ago
Andrew Dunstan 0c9e5d5e0d Correctly handle NULLs in JSON output. 14 years ago
Tom Lane b2ce60703a Last-minute release note updates. 14 years ago
Tom Lane 89e0bac86d Convert newlines to spaces in names written in pg_dump comments. 14 years ago
Tom Lane 077711c2e3 Remove arbitrary limitation on length of common name in SSL certificates. 14 years ago
Tom Lane 891e6e7bfd Require execute permission on the trigger function for CREATE TRIGGER. 14 years ago
Tom Lane 74e29162a4 Allow MinGW builds to use standardly-named OpenSSL libraries. 14 years ago
Peter Eisentraut c9d7004440 Remove inappropriate quotes 14 years ago
Peter Eisentraut 8251670cb3 Fix build without OpenSSL 14 years ago
Robert Haas d4fb2f99ec Don't install hstore--1.0.sql any more. 14 years ago
Robert Haas 2254367435 Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. 14 years ago
Robert Haas f74f9a277c Fix typo in comment. 14 years ago
Bruce Momjian 4e6092a227 Improve wording of pg_upgrade logfile option: 14 years ago
Tom Lane dd2954963b Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18. 14 years ago
Peter Eisentraut a445cb92ef Add parameters for controlling locations of server-side SSL files 14 years ago
Alvaro Herrera a417f85e1d REASSIGN OWNED: Support foreign data wrappers and servers 14 years ago
Tom Lane 593a9631a7 Don't clear btpo_cycleid during _bt_vacuum_one_page. 14 years ago
Tom Lane 9789c99d01 Cosmetic cleanup for commit a760893dbd. 14 years ago
Magnus Hagander c2a2f7516b Avoid double close of file handle in syslogger on win32 14 years ago
Andrew Dunstan 6b044cb810 Fix typo, noticed by Will Crawford. 14 years ago
Peter Eisentraut 95ca2859f4 pg_regress: Add application name setting 14 years ago
Tom Lane c0efc2c2ab Don't reject threaded Python on FreeBSD. 14 years ago
Andrew Dunstan 83fcaffea2 Fix a couple of cases of JSON output. 14 years ago
Tom Lane 5223f96d92 Fix regex back-references that are directly quantified with *. 14 years ago
Tom Lane e00f68e49c Add caching of ctype.h/wctype.h results in regc_locale.c. 14 years ago
Tom Lane 27af91438b Create the beginnings of internals documentation for the regex code. 14 years ago
Andrew Dunstan 2f582f76b1 Improve pretty printing of viewdefs. 14 years ago
Michael Meskes 84ff5b5db5 In ecpglib rewrote code that used strtok_r to not use library functions 14 years ago
Tom Lane 759c95c45b Update expected/collate.linux.utf8.out for recent plpgsql changes. 14 years ago
Michael Meskes 45b7ab6b59 gcc on Windows does not know about strtok_s. 14 years ago
Michael Meskes e3155c97b0 Windows doesn't have strtok_r, so let's use strtok_s instead. 14 years ago
Michael Meskes 5e7710e725 Make sure all connection paramters are used in call to PQconnectdbParams. 14 years ago
Tom Lane 08fd6ff37f Sync regex code with Tcl 8.5.11. 14 years ago
Tom Lane 06d9afa6f9 Fix longstanding error in contrib/intarray's int[] & int[] operator. 14 years ago
Tom Lane 4767bc8ff2 Improve statistics estimation to make some use of DISTINCT in sub-queries. 14 years ago
Robert Haas 1cc1b91d1b pg_dump: Miscellaneous tightening based on recent refactorings. 14 years ago
Robert Haas 689d0eb7db pg_dump: Remove global connection pointer. 14 years ago
Robert Haas 549e93c990 Refactor pg_dump.c to avoid duplicating returns-one-row check. 14 years ago
Robert Haas e9a22259c4 Invent on_exit_nicely for pg_dump. 14 years ago
Tom Lane 4bfe68dfab Run a portal's cleanup hook immediately when pushing it to FAILED state. 14 years ago
Robert Haas edec8c8e00 Fix VPATH builds, broken by my recent commit to speed up tuplesorting. 14 years ago
Bruce Momjian 7f951474dc Have pg_upgrade output 'link' or 'copy' when reporting its status. 14 years ago
Robert Haas d44a3fb55d sepgsql: Move some code from hooks.c to label.c 14 years ago
Robert Haas 337b6f5ecf Speed up in-memory tuplesorting. 14 years ago
Robert Haas ac9100f8cf More regression tests for LEAKPROOF/NOT LEAKPROOF stuff. 14 years ago
Robert Haas 73a4b994a6 Make CREATE/ALTER FUNCTION support NOT LEAKPROOF. 14 years ago
Robert Haas d845fd684a sepgsql: Reword and fix typo in docs on DML permissions. 14 years ago