Commit Graph

21956 Commits (a02f6ce33b593039213a8987ba651f121b64464c)
 

Author SHA1 Message Date
Bruce Momjian a02f6ce33b Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME 20 years ago
Bruce Momjian 3fcb38f031 Done: 20 years ago
Bruce Momjian 97d37b7a22 Done: 20 years ago
Bruce Momjian 4cb27fef0a o Improve psql's handling of multi-line statements 20 years ago
Tom Lane fbb1daed93 Fix incorrect addition, subtraction, and overflow checking in new 20 years ago
Bruce Momjian 77bb65d3fc Revert based on Tom's recommendation: 20 years ago
Bruce Momjian bf324946b3 Allow VACUUM to complete faster by avoiding scanning the indexes when no 20 years ago
Bruce Momjian 85d8ee846b Update catalog version for INET additions. 20 years ago
Bruce Momjian 642c8cc470 Done: 20 years ago
Bruce Momjian 1372515271 Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet 20 years ago
Tom Lane 9bf2ac2a40 Clean up signedness warnings and 64-bit bugs in recent psql printing 20 years ago
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
Tom Lane b35fdaaa1a Clean up some signedness warnings. 20 years ago
Bruce Momjian 1a7be5cc7e Fix psql after newline patch for calloc(0). 20 years ago
Tom Lane b2be41a710 Fix fallout from psql line-wrapping patch. 20 years ago
Teodor Sigaev 01f2172ec1 Allow "'" symbol in affixes ("'s" affix in english): it was diallowed during 20 years ago
Peter Eisentraut 12fca1f6fa Fix up remaining library checks. 20 years ago
Teodor Sigaev 011c520cb6 renew output of regression test accordingly to 20 years ago
Bruce Momjian af03b689dd Done: 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
Teodor Sigaev 46a25ce6a9 1 Fix bug with very short word: prefix and suffix might be overlapped, 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
Bruce Momjian 15be0b8cd1 Remove question mark: 20 years ago
Peter Eisentraut 4d464076ff Make --version option print fixed program name. 20 years ago
Peter Eisentraut 50610ef8b5 Remove some checks for libraries that no one can identify. We'll see how 20 years ago
Bruce Momjian 04a942e31e Split up wal-logging items: 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
Teodor Sigaev a6fefc866c Check number of affixes to prevent core dump with zero number of affixes 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
Bruce Momjian db5e39b2f0 Fix typo in configuration docs. 20 years ago
Tom Lane 336a6491aa Improve my initial, rather hacky implementation of joins to append 20 years ago
Bruce Momjian 354213c7f4 Update PL/pgSQL trigger example to be clearer about how to "merge" data 20 years ago
Tom Lane 3893127431 Fix constraint exclusion to work in inherited UPDATE/DELETE queries 20 years ago
Tom Lane 48d9ad3722 Fix broken markup. 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