Commit Graph

37057 Commits (f41872d0c1239d36ab03393c39ec0b70e9ee2a3c)
 

Author SHA1 Message Date
Noah Misch 35d19a9a37 MSVC: Process Makefile line continuations more like "make" does. 11 years ago
Noah Misch 91f03ba5cf MSVC: Recognize PGFILEDESC in contrib and conversion_procs modules. 11 years ago
Noah Misch 52be3aae5b Fix warnings added in 8d9a0e85bd. 11 years ago
Fujii Masao d4635b16fe Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANALYZE. 11 years ago
Fujii Masao ab77485945 Remove incorrect comment from postgres_fdw.c. 11 years ago
Magnus Hagander 8d9a0e85bd Support --with-extra-version equivalent functionality in MSVC build 11 years ago
Andres Freund bd409519bd Minimal psql tab completion support for SET search_path. 11 years ago
Andres Freund 626bfad6cc Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert(). 11 years ago
Magnus Hagander deee42ab01 Add autocompletion of locale keywords for CREATE DATABASE 11 years ago
Tom Lane d685814835 Fix bug with whole-row references to append subplans. 11 years ago
Peter Eisentraut 80ddd04b4d Fix whitespace 11 years ago
Tom Lane 59efda3e50 Implement IMPORT FOREIGN SCHEMA. 11 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 11 years ago
Fujii Masao 5b214c5dd1 Add new ECHO mode 'errors' that displays only failed commands in psql. 11 years ago
Robert Haas b043985b7a Fix error hint style. 11 years ago
Robert Haas f73474382c Improve error messages for bytea decoding failures. 11 years ago
Peter Eisentraut 8522f21400 Fix whitespace 11 years ago
Peter Eisentraut 56abcf6b82 Update key words table for 9.4 11 years ago
Peter Eisentraut 889313c76b doc: Link text to table by id 11 years ago
Tom Lane 9e2f2d7a05 Don't assume a subquery's output is unique if there's a SRF in its tlist. 11 years ago
Peter Eisentraut 53166fe248 doc: Fix spacing in verbatim environments 11 years ago
Fujii Masao 6048896e4c Fix typo in comment. 11 years ago
Tom Lane 7700597b34 In pg_dump, show server and pg_dump versions with or without --verbose. 11 years ago
Bruce Momjian 3088cc3704 pg_upgrade: allow upgrades for new-only TOAST tables 11 years ago
Fujii Masao 4cbd128328 Fix typos in comments. 11 years ago
Robert Haas 4893ccd024 Remove swpb-based spinlock implementation for ARMv5 and earlier. 11 years ago
Andres Freund 1b86c81d2d Fix decoding of MULTI_INSERTs when rows other than the last are toasted. 11 years ago
Noah Misch 333b7db8b3 Consistently pass an "unsigned char" to ctype.h functions. 11 years ago
Kevin Grittner e254ff21d1 Remove dead typeStruct variable from plpy_spi.c. 11 years ago
Fujii Masao 4ccac92d08 Fix double-free bug of WAL streaming buffer in pg_receivexlog. 11 years ago
Fujii Masao 74cbe966fe Refactor pg_receivexlog main loop code, for readability. 11 years ago
Fujii Masao 644d85351e Split out the description of page-level lock as new subsection in document. 11 years ago
Tom Lane ecd6579744 Don't cache per-group context across the whole query in orderedsetaggs.c. 11 years ago
Tom Lane 6f5034eda0 Redesign API presented by nodeAgg.c for ordered-set and similar aggregates. 11 years ago
Tom Lane 8b6010b835 Improve support for composite types in PL/Python. 11 years ago
Peter Eisentraut f545d233eb Use a separate temporary directory for the Unix-domain socket 11 years ago
Peter Eisentraut 0490db6287 Support vpath builds in TAP tests 11 years ago
Kevin Grittner ac46de56ea Smooth reporting of commit/rollback statistics. 11 years ago
Bruce Momjian a61daa14d5 pg_upgrade: preserve database and relation minmxid values 11 years ago
Andres Freund a36a8fa376 Rename logical decoding's pg_llog directory to pg_logical. 11 years ago
Bruce Momjian 89cf2d5203 pg_upgrade: no need to remove "members" files for pre-9.3 upgrades 11 years ago
Tom Lane 7980ab30ec Add some errdetail to checkRuleResultList(). 11 years ago
Fujii Masao d97e98e833 Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off. 11 years ago
Tom Lane fbb1d7d73f Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn. 11 years ago
Tom Lane 15c82efd69 Refactor CREATE/ALTER DATABASE syntax so options need not be keywords. 11 years ago
Tom Lane 2e8ce9ae46 Remove some useless code in the configure script. 11 years ago
Tom Lane f23425fa95 Improve handling of OOM score adjustment in sample Linux start script. 11 years ago
Tom Lane 5a421a47eb Fix inadequately-sized output buffer in contrib/unaccent. 11 years ago
Robert Haas 9f03ca9151 Avoid copying index tuples when building an index. 11 years ago
Tom Lane 03a25cec8d Issue a WARNING about invalid rule file format in contrib/unaccent. 11 years ago