Commit Graph

15447 Commits (fc9c20eb72cb594fb016caef198a9edebe29195f)

Author SHA1 Message Date
Tom Lane fc9c20eb72 Make it possible to run initdb from an admin account on Windows, 20 years ago
Tom Lane a25cd81007 Enable pg_ctl to give up admin privileges when starting the server under 20 years ago
Tom Lane eb6d1270f1 Check that SID is enabled while checking for Windows admin privileges. 20 years ago
Tom Lane 3ac1ac58cc Change search for default operator classes so that it examines all opclasses 20 years ago
Bruce Momjian 1a7be5cc7e Fix psql after newline patch for calloc(0). 20 years ago
Bruce Momjian c01999a557 Allow psql multi-line column values to align in the proper columns 20 years ago
Bruce Momjian 593763c086 This fixes pg_dump so that when using the '-O' no owners option it does 20 years ago
Tom Lane ff2cc83f8a Provide the libpq error message when PQputline or PQendcopy fails. 20 years ago
Bruce Momjian a815a579f5 Use "bitwise" rather than "binary for AND/OR descriptions in \d, to 20 years ago
Tom Lane 14ebeee134 C++ comments are verboten. Per gripe from Kris Jurka. 20 years ago
Tom Lane 7ae2ccbc85 Reject out-of-range dates in date_in(). 20 years ago
Tom Lane 3cb312d873 Fix broken non-YYDEBUG case. 20 years ago
Michael Meskes e3740d2c59 Added just another test case. 20 years ago
Tom Lane 115e5dd597 Remove ancient hack to work around a peculiarity of libcurses on HPUX. 20 years ago
Bruce Momjian ad177f10ee Source code cleanup. 20 years ago
Bruce Momjian e7a9ccdb6c I think that NUMERIC datatype has a problem in the performance that 20 years ago
Peter Eisentraut 4d464076ff Make --version option print fixed program name. 20 years ago
Bruce Momjian 8bf47f455f Fix HTML alignment in PQprint. 20 years ago
Tom Lane 72153c0582 Improve the tests to see if ScalarArrayOpExpr is strict. Original coding 20 years ago
Bruce Momjian 9ce51f3aa6 Fix PQprint HTML tag, "centre" -> "center". 20 years ago
Tom Lane 8e4057cc7d Fix pg_restore to properly discard COPY data when trying to continue 20 years ago
Tom Lane 336a6491aa Improve my initial, rather hacky implementation of joins to append 20 years ago
Tom Lane 3893127431 Fix constraint exclusion to work in inherited UPDATE/DELETE queries 20 years ago
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