Commit Graph

33232 Commits (cb3a7c2b95a28e57c56562d48d2a3aa5eeb7fa29)
 

Author SHA1 Message Date
Alvaro Herrera cb3a7c2b95 ALTER TABLE: skip FK validation when it's safe to do so 14 years ago
Peter Eisentraut 9bf8603c7a Call check_keywords.pl in maintainer-check 14 years ago
Tom Lane 1b630751d0 Fix some more bugs in GIN's WAL replay logic. 14 years ago
Peter Eisentraut b5c077c368 Remove useless cast 14 years ago
Peter Eisentraut 66f0cf7da8 Remove useless const qualifier 14 years ago
Magnus Hagander ac086d466d Fix some typos and correct wording in the monitoring docs patch 14 years ago
Magnus Hagander ddfc2d9a37 Merge the list of statistics functions into the view documentation 14 years ago
Magnus Hagander da9ed7dafd Make each pg_stat_ view into it's own table in the documentation 14 years ago
Tom Lane 4dd78bf37a Merge dissect() into cdissect() to remove a pile of near-duplicate code. 14 years ago
Tom Lane 587359479a Avoid repeated creation/freeing of per-subre DFAs during regex search. 14 years ago
Tom Lane 3cbfe485e4 Remove useless "retry memory" logic within regex engine. 14 years ago
Bruce Momjian 1fbacbf998 Mention original ctags option name. 14 years ago
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