Commit Graph

37024 Commits (9ee9ca545bda210fec78381e8ad4ad1e1618b67c)
 

Author SHA1 Message Date
Peter Eisentraut e0da6ec618 pg_upgrade: Fix spacing in help output 11 years ago
Peter Eisentraut e806da6bdb pg_basebackup: Add more information about --max-rate option to help output 11 years ago
Andrew Dunstan 0f43a55331 json_build_object and json_build_array are stable, not immutable. 11 years ago
Alvaro Herrera da6ac4a668 Add missing doc changes for ee80f043bc 11 years ago
Alvaro Herrera 6bdf4b9c7d Fix REASSIGN OWNED for text search objects 11 years ago
Magnus Hagander c9e1ad7faf Detect presence of SSL_get_current_compression 11 years ago
Peter Eisentraut f9ddcf7543 Add missing source files to nls.mk 11 years ago
Magnus Hagander c93bf8c6cc Include SSL compression status in psql banner and connection logging 11 years ago
Peter Eisentraut d90ad5d8ab Small spelling fix 11 years ago
Peter Eisentraut d38228fe40 Add missing serial commas 11 years ago
Magnus Hagander a16bac36ec Remove dependency on wsock32.lib in favor of ws2_32 11 years ago
Peter Eisentraut f162fb75b3 doc: small fixes for REINDEX reference page 11 years ago
Alvaro Herrera ee80f043bc psql: Show tablespace size in \db+ 11 years ago
Alvaro Herrera 346d7be184 Move view reloptions into their own varlena struct 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Noah Misch c0e8fb6148 contrib/test_decoding/Makefile sets MODULES, so omit OBJS. 11 years ago
Noah Misch c4a448eb55 MSVC: Apply icons to all binaries having them in a MinGW build. 11 years ago
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