Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Michael Meskes a13c1edb57 Added C bit fields to ecpg parser 20 years ago
Andrew Dunstan f8b54fe6ed DROP IF EXISTS for ROLE/USER/GROUP 20 years ago
Peter Eisentraut 3fa9c416ed Issue a warning if a change-on-restart-only postgresql.conf value is 20 years ago
Bruce Momjian b3769066b8 In ecpg, automatically double single quotes in $$ strings because 20 years ago
Bruce Momjian 9190b4da5d Update Makefile for new thread_test location. 20 years ago
Bruce Momjian 9e66c3e6fe Move thread_test directory from /tools to /test so source-only tarballs 20 years ago
Tom Lane 8b109ebf14 Teach planner to convert simple UNION ALL subqueries into append relations, 20 years ago
Bruce Momjian a25b1decef Update tested AIX memset platforms. 20 years ago
Bruce Momjian ebd38e3c1d Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off 20 years ago
Bruce Momjian 59bb147353 Update random() usage so ranges are inclusive/exclusive as required. 20 years ago
Bruce Momjian eb7bd06983 Prevent COPY from using newline or carriage return as delimiter or null. 20 years ago
Bruce Momjian 890707a537 Improve tab whitespace in file. 20 years ago
Bruce Momjian 46dfa5ec83 More spacing cleanups. 20 years ago
Bruce Momjian d63901c9d0 Source code alignment fixes for preproc.y. 20 years ago
Bruce Momjian a274239bce More alignment improvements. 20 years ago
Bruce Momjian 71b9df2bed Make pgc.l source code alignment consistent. 20 years ago
Bruce Momjian 47a86fa02d Add code comment about Linux stack randomization and shared memory. 20 years ago
Bruce Momjian 802c7aa30f Fix const cast in get_progname(). 20 years ago
Bruce Momjian 62a142036b Set progname early in the postmaster/postgres binary, rather than doing 20 years ago
Tom Lane 6851baeda1 Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. 20 years ago
Tom Lane 8a1468af4e Restructure planner's handling of inheritance. Rather than processing 20 years ago
Tom Lane 0dd0e289c7 Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY 20 years ago
Tom Lane 3276e911d1 When building a bitmap scan, must copy the bitmapqualorig expression tree 20 years ago
Tom Lane 3edec383e1 Fix Assert that's no longer correct now that RowCompareExpr is indexable. 20 years ago
Tom Lane a1b7e70c5f Fix code that checks to see if an index can be considered to match the query's 20 years ago
Andrew Dunstan 4400ca2bad Undo perl's nasty locale setting on Windows. Since we can't do that as 20 years ago
Neil Conway ebdefb93b2 Per a bug report from Theo Schlossnagle, plperl_return_next() leaks 20 years ago
Tom Lane cab99ec300 Tweak initdb to reduce verbosity of progress messages, by printing just 20 years ago
Tom Lane 75c4747156 Suppress signed-vs-unsigned-char warning. 20 years ago
Tom Lane ec057a4380 Fix display of whole-row Var appearing at the top level of a SELECT list. 20 years ago
Tom Lane 8d8bf12760 Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag 20 years ago
Tom Lane 5997386a0a Remove the no-longer-useful HashItem/HashItemData level of structure. 20 years ago
Tom Lane c389760c32 Remove the no-longer-useful BTItem/BTItemData level of structure, and 20 years ago
Tom Lane 9b012311f8 Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant 20 years ago
Tom Lane 3a0a16cb7e Allow row comparisons to be used as indexscan qualifications. 20 years ago
Bruce Momjian 06d45e485d Update regression error message for NUMERIC range overflow. Display "1" 20 years ago
Bruce Momjian 514d0f4db6 Update regression error message for NUMERIC range overflow. Display "1" 20 years ago
Bruce Momjian cdc15b24be Improve error message when NUMERIC precision is exceeded. 20 years ago
Tom Lane 7a9d197fda Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro 20 years ago
Michael Meskes 69f9fab197 - Synced parser and keyword list. 20 years ago
Tom Lane 7ccaf13a06 Instead of using a numberOfRequiredKeys count to distinguish required 20 years ago
Bruce Momjian f6f43e7ee3 Prototype fix for typo. 20 years ago
Bruce Momjian 19b1c76f0d Use is_cidr in INET/CIDR structure, rather than the generic 'type'. 20 years ago
Tom Lane 2647ad6583 Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that alias can 20 years ago
Neil Conway 1d763d9107 Allow an optional alias for the target table to be specified for UPDATE 20 years ago
Tom Lane c89a0dd3bb Repair longstanding bug in slru/clog logic: it is possible for two backends 20 years ago
Bruce Momjian 4789e98801 Add GRANT ON SEQUENCE syntax to support sequence-only permissions. 20 years ago
Tom Lane 413d492d32 Fix thinko in autovacuum's test to skip temp tables: want to skip any 20 years ago
Tom Lane efbe674e4e Add some test scaffolding to allow cache-flush stress testing (and I do 20 years ago
Bruce Momjian 248c9bdfcb Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin. 20 years ago