Commit Graph

23527 Commits (358ff99d70a7e75d5a95d1d83676fcdd193c845d)

Author SHA1 Message Date
Heikki Linnakangas 358ff99d70 Fix compiler warnings about unused variables, caused by my previous commit. 14 years ago
Heikki Linnakangas c4c227477b Fix bugs in cascading replication with recovery_target_timeline='latest' 14 years ago
Kevin Grittner cdf91edba9 Fix serializable mode with index-only scans. 14 years ago
Kevin Grittner c63f309cca Allow isolation tests to specify multiple setup blocks. 14 years ago
Bruce Momjian 63f1ccd838 Remove src/tool/backend, now that the content is on the web site and wiki. 14 years ago
Magnus Hagander d074805fd4 Change "restoring" to "processing" in message from pg_dump 14 years ago
Magnus Hagander bd46b52199 Remove some useless trailing whitespace 14 years ago
Bruce Momjian 015722fb36 Fix to_date() and to_timestamp() to allow specification of the day of 14 years ago
Tom Lane 2a2352e07d Replace memcpy() calls in xlog.c critical sections with struct assignments. 14 years ago
Tom Lane c1f3c045cd Make psql's \d+ show reloptions for all relkinds. 14 years ago
Tom Lane 6d2c8c0e2a Drop cheap-startup-cost paths during add_path() if we don't need them. 14 years ago
Tom Lane 4da6439bd8 Fix mark_placeholder_maybe_needed to handle LATERAL references. 14 years ago
Peter Eisentraut 5cad024524 psql: Reduce compatibility warning 14 years ago
Andrew Dunstan ef58b87df2 Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds. 14 years ago
Tom Lane c97a547a4a Partially restore qual scope checks in distribute_qual_to_rels(). 14 years ago
Tom Lane da3df99870 Fix LATERAL references to join alias variables. 14 years ago
Tom Lane 58a031f920 Make configure probe for mbstowcs_l as well as wcstombs_l. 14 years ago
Heikki Linnakangas fe811ae810 Fix typos in README. 14 years ago
Tom Lane e5db11c558 Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit. 14 years ago
Bruce Momjian 5fcb58baca Add Perl emacs formatting macros to src/tools/editors/emacs.samples. 14 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 14 years ago
Bruce Momjian 381a9ed66d Remove configure flag --disable-shared, as it is no longer used by any 14 years ago
Tom Lane 77387f0ac8 Suppress creation of backwardly-indexed paths for LATERAL join clauses. 14 years ago
Heikki Linnakangas 3e6eb0dd0a Fix division by zero in the new range type histogram creation. 14 years ago
Robert Haas a66fca3f0c Add missing period to detail message. 14 years ago
Robert Haas c8ba697a4b Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit. 14 years ago
Tom Lane d1a4db8d25 Improve EXPLAIN's ability to cope with LATERAL references in plans. 14 years ago
Robert Haas e1a6375d8f Comment fixes. 14 years ago
Tom Lane e83bb10d6d Adjust definition of cheapest_total_path to work better with LATERAL. 14 years ago
Bruce Momjian 3825963e7f Report postmaster.pid file as empty if it is empty, rather than 14 years ago
Heikki Linnakangas c82dedb7a8 Optimize SP-GiST insertions. 14 years ago
Peter Eisentraut 1a26e1c766 Add strerror() string to chdir() error message 14 years ago
Alvaro Herrera 21c09e99dc Split heapam_xlog.h from heapam.h 14 years ago
Alvaro Herrera fda0594fc2 remove catcache.h from syscache.h 14 years ago
Alvaro Herrera 45326c5a11 Split resowner.h 14 years ago
Alvaro Herrera 0a664ec27f add #includes to plpy_subxactobject.h to make it compile standalone 14 years ago
Bruce Momjian 65b2ee27ad Prevent psql tab completion in SET from adding TO when the equals sign 14 years ago
Alvaro Herrera 095e6c5a7d syncrep.h must include xlogdefs.h 14 years ago
Peter Eisentraut a5727888d7 Small punctuation fixes 14 years ago
Tom Lane e323c55301 Fix DROP INDEX CONCURRENTLY IF EXISTS. 14 years ago
Bruce Momjian e40bddb0f3 Have pgindent requre pg_bsd_indent version 1.2 now that a new version 14 years ago
Heikki Linnakangas 918eee0c49 Collect and use histograms of lower and upper bounds for range types. 14 years ago
Peter Eisentraut 6bb0b08fe6 pg_basebackup: Correct error message 14 years ago
Tom Lane 9ff79b9d4e Fix up planner infrastructure to support LATERAL properly. 14 years ago
Bruce Momjian 9e9a5b71d5 Use psql_error() for most psql error calls, per request from Magnus. 14 years ago
Bruce Momjian 3e1a373e2b Allow text timezone designations, e.g. "America/Chicago", when using the 14 years ago
Tom Lane 7abaa6b9d3 Fix issues with checks for unsupported transaction states in Hot Standby. 14 years ago
Peter Eisentraut 406473b152 Put options on man page and in help output in slightly better order 14 years ago
Peter Eisentraut 4faf074a53 libpq: Fix memory leak in URI parser 14 years ago
Tom Lane ec8a0135c3 Fix cascading privilege revoke to notice when privileges are still held. 14 years ago