Commit Graph

21761 Commits (f44391b0a02870f877c2775ce706201fc1ebf33c)
 

Author SHA1 Message Date
Bruce Momjian f44391b0a0 Document issues with non-default tablespaces and pg_dumpall restores. 20 years ago
Bruce Momjian 4cfe1fadad Avoid use of C commment inside C comment from recent Win32 int overflow patch. 20 years ago
Bruce Momjian f7a0b645f5 Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1, 20 years ago
Tom Lane b45f5bb726 Fix Assert failure when a fastpath function call is attempted inside an 20 years ago
Tom Lane 98365a1e34 Repair remarkably-inefficient query for dumping large object comments: it 20 years ago
Tom Lane 03c1be0663 Fix bootstrap.c so that database startup process and bgwriter properly release 20 years ago
Tom Lane 735529ce24 Remove "fuzzy comparison" logic in qsort comparison function for 20 years ago
Bruce Momjian c944851a79 Backpatch comment about --sysconfdir. 20 years ago
Bruce Momjian 87632c1b8e On Win32, return original patch if GetShortPathName() fails (no short 20 years ago
Bruce Momjian 06a1807e5e Have BCC echo output "" using "", rather than \"\" as earlier reported. 20 years ago
Michael Meskes aac12de9b6 Fixed two memory leaks in ecpglib. 20 years ago
Tom Lane b58ed707ce Fix copy-and-pasteo in Russian translation: message complaining about 20 years ago
Tom Lane 7788c43152 PostmasterIsAlive test really ought to be in the inner loop for safety. 20 years ago
Tom Lane 53409f1b37 Remove pqsignalinquire(), which is unused and has portability issues. 20 years ago
Tom Lane 627f25bde3 Update ppport.h to not cause warnings with newest Perl versions. 20 years ago
Bruce Momjian e82435a96c Move conversion dependency patch to the proper branch, out of 8.1.X, 20 years ago
Bruce Momjian 7bec90969f Prevent multiple archivers from starting. Backpatch to 8.1.X. 20 years ago
Bruce Momjian f671bee9d0 Re-defines SHA2 symbols so that they would not conflict with certain 20 years ago
Bruce Momjian d30da732da Add "inline" compile fix for MSVC/BCC: 20 years ago
Bruce Momjian 401ffe0555 Backpatch documentation additions for PL language choice and 20 years ago
Tom Lane b71b22d901 Fix initdb to properly escape quotes and backslashes in the supplied 20 years ago
Tom Lane cad1ff1037 Fix pg_restore to process BLOB COMMENT entries correctly; they aren't 20 years ago
Bruce Momjian 8a507aeaeb Rename in release notes: Mac -> OS/X, Intel to x86: 20 years ago
Tom Lane 313a720f95 Stamp release 8.1.4. 20 years ago
Tom Lane 3f6b5e21c8 Update release notes for upcoming releases. 20 years ago
Tom Lane dd2a4ce6ac Fix errors in fortuna PRNG reseeding logic that could cause a predictable 20 years ago
Tom Lane 7f615cab57 Modify libpq's string-escaping routines to be aware of encoding considerations 20 years ago
Tom Lane 3d4dc1acf5 Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago
Tom Lane 8fe643b41b Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
Alvaro Herrera e5ab52b273 Have autovacuum report its activities to the stat collector. 20 years ago
Bruce Momjian 3a3622c5f0 Back out \' change for tsearch2, broke regression tests. 20 years ago
Bruce Momjian e720382441 Stamp 8.1.4, except configure/configure.in. 20 years ago
Bruce Momjian 289f10c809 Update release notes for 8.1.4. 20 years ago
Bruce Momjian 95d8b6a7b4 Backpatch FAQs to 8.1.X. 20 years ago
Bruce Momjian 9a27f72b37 Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X. 20 years ago
Tom Lane 1c01a5108a Fix choose_bitmap_and() so that partial index predicates are considered when 20 years ago
Tom Lane 59ca5ebf2c When a bitmap indexscan is using a partial index, it is necessary to include 20 years ago
Bruce Momjian 4aec5303f0 Update pg_dump version wording. 20 years ago
Bruce Momjian dfc2fc2522 Mention version portability of pg_dump. 20 years ago
Tom Lane 17e048603c Fix the sense of the test on DH_check()'s return value. This was preventing 20 years ago
Tom Lane 988e59f452 Remove unnecessary .seg/.section directives, per Alan Stange. 20 years ago
Bruce Momjian ae6124627b Use SQL standard '' rather than \' for tutorial/sample code. 20 years ago
Bruce Momjian 9083bdd288 Build server libpgport with all non-FRONTEND object files. This is to 20 years ago
Tom Lane 478335a1be Fix calculation of plan node extParams to account for the possibility that one 20 years ago
Tom Lane a3fe5ed594 Avoid assuming that statistics for a parent relation reflect the properties of 20 years ago
Tom Lane 0619268b4b Remove the restriction originally coded into optimize_minmax_aggregates() that 20 years ago
Bruce Momjian 96cc1341dd Fix SELECT INTO and CREATE TABLE AS to create tables in the default 20 years ago
Tom Lane abee2cdb1e Revise large-object access routines to avoid running with CurrentMemoryContext 20 years ago
Tom Lane 4454eead14 The 8.1 planner removes WHERE quals from the plan when the quals are 20 years ago
Tom Lane 2c4abf11e1 Improve our private implementation of cbrt() to give results of the 20 years ago