Commit Graph

37057 Commits (f41872d0c1239d36ab03393c39ec0b70e9ee2a3c)
 

Author SHA1 Message Date
Robert Haas 967a4e7f31 docs: Improve documentation of \pset without arguments. 11 years ago
Fujii Masao 78493b7168 Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0. 11 years ago
Peter Eisentraut 455044d55a Fix TAP installcheck tests when current directory name contains spaces 11 years ago
Tom Lane 4fd9e6ffdd Rearrange documentation paragraph describing pg_relation_size(). 11 years ago
Noah Misch 0ea1f2a3a8 Report success when Windows kill() emulation signals an exiting process. 11 years ago
Noah Misch 31f9bbf059 MSVC: Substitute $(top_builddir) in REGRESS_OPTS. 11 years ago
Tom Lane 27048980f5 Re-enable error for "SELECT ... OFFSET -1". 11 years ago
Tom Lane 27cef0a561 Check block number against the correct fork in get_raw_page(). 11 years ago
Andrew Dunstan 4ebe3519e1 Allow empty string object keys in json_object(). 11 years ago
Noah Misch d7cdf6ee36 Diagnose incompatible OpenLDAP versions during build and test. 11 years ago
Peter Eisentraut 24e786f056 Unset some local environment variables in TAP tests 11 years ago
Peter Eisentraut 8195e9e9c1 gitattributes: Ignore time zone data files for whitespace checks 11 years ago
Tom Lane 6412f3e2d0 Reject out-of-range numeric timezone specifications. 11 years ago
Tom Lane 212825f813 Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22. 11 years ago
Tom Lane 87f830e0ce Adjust cutoff points in newly-added sanity tests. 11 years ago
Tom Lane 78db307bb2 Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values. 11 years ago
Magnus Hagander 4c3c911d26 Properly use DEFAULT_EVENT_SOURCE in pgevent.c 11 years ago
Peter Eisentraut cac0d5193b Translation updates 11 years ago
Peter Eisentraut 0e819c5e98 Update SQL features list 11 years ago
Peter Eisentraut 2ee4efc408 Replace "internationalize" with "localize" where appropriate 11 years ago
Tom Lane ddc41fd2f4 First-draft release notes for 9.3.5. 11 years ago
Tom Lane 4cbe3abb31 Fix xreflabel for hot_standby_feedback. 11 years ago
Tom Lane b1864fabf9 Update time zone data files to tzdata release 2014e. 11 years ago
Tom Lane 9b35ddce93 Partial fix for dropped columns in functions returning composite. 11 years ago
Noah Misch 85f95739ec Limit pg_upgrade authentication advice to always-secure techniques. 11 years ago
Tom Lane 1567e659a8 Fix two low-probability memory leaks in regular expression parsing. 11 years ago
Magnus Hagander 6cd471a6d4 Revert broken change to pgevent.c 11 years ago
Magnus Hagander c0e4520b16 Add option to pg_ctl to choose event source for logging 11 years ago
Peter Eisentraut aa68872561 doc: Spell checking 11 years ago
Heikki Linnakangas 1264ef31a3 Fix bugs in SP-GiST search with range type's -|- (adjacent) operator. 11 years ago
Tom Lane f15821eefd Allow join removal in some cases involving a left join to a subquery. 11 years ago
Magnus Hagander 5571caf42d Move check for SSL_get_current_compression to run on mingw 11 years ago
Peter Eisentraut 9a218c02b8 doc: Put new options in right order on reference pages 11 years ago
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