Commit Graph

21937 Commits (12fca1f6fa2aa49634b7ee1d004fa7a63e4cc65c)
 

Author SHA1 Message Date
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
Peter Eisentraut 3fa9c416ed Issue a warning if a change-on-restart-only postgresql.conf value is 20 years ago
Bruce Momjian bc6a824ca6 Update walcontrol item: 20 years ago
Bruce Momjian 3f8984039a Add to TODO.detail/walcontrol. 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
Peter Eisentraut 0e04982e78 First attempt at removing some AC_CHECK_LIB(foo, main) calls. 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 bd5d12a16b Add: 20 years ago
Bruce Momjian 47a86fa02d Add code comment about Linux stack randomization and shared memory. 20 years ago