Commit Graph

36799 Commits (c81e63d85f0c2c39d3fdfd8b95fc1ead6fdcb89f)
 

Author SHA1 Message Date
Tom Lane c81e63d85f Fix pg_restore's processing of old-style BLOB COMMENTS data. 12 years ago
Tom Lane 6554656ea2 Improve tuplestore's error messages for I/O failures. 12 years ago
Tom Lane 70ad7ed4e8 Adjust largeobject regression test to leave a couple of LOs behind. 12 years ago
Tom Lane 9d4444a6fc Preserve exposed type of subquery outputs when substituting NULLs. 12 years ago
Tom Lane d2783bee30 Remove inadvertent copyright violation in largeobject regression test. 12 years ago
Tom Lane 2dd352d4b0 Add regression test to prevent future breakage of legacy query in libpq. 12 years ago
Tom Lane 154146d208 Rename lo_create(oid, bytea) to lo_from_bytea(). 12 years ago
Alvaro Herrera 7937910781 Fix typos 12 years ago
Tom Lane 55d5b3c082 Remove unnecessary output expressions from unflattened subqueries. 12 years ago
Andres Freund e04a9ccd2c Consistency improvements for slot and decoding code. 12 years ago
Noah Misch 4d92b15855 Have configuration templates augment, not replace, LDFLAGS. 12 years ago
Noah Misch bd31794df7 Consistently define BUILDING_DLL during builds of src/port for Windows. 12 years ago
Noah Misch d098b236f3 Fix typos in comments. 12 years ago
Fujii Masao a26ae56f51 Fix typos in comments. 12 years ago
Tom Lane fd90b5d574 Fix ancient encoding error in hungarian.stop. 12 years ago
Tom Lane 3bd82dd39e Stamp shared-library minor version numbers for 9.5. 12 years ago
Tom Lane a24c104b9a Stamp HEAD as 9.5devel. 12 years ago
Tom Lane ab76208e3d Forward-port regression test for bug #10587 into 9.3 and HEAD. 12 years ago
Tom Lane c170655cc8 Fix infinite loop when splitting inner tuples in SPGiST text indexes. 12 years ago
Alvaro Herrera b0b263baab Wrap multixact/members correctly during extension, take 2 12 years ago
Andres Freund fe7337f2dc Fix off-by-one in decoding causing one-record events to be skipped. 12 years ago
Tom Lane 5f93c37805 Add defenses against running with a wrong selection of LOBLKSIZE. 12 years ago
Andres Freund f0c108560b Consistently spell a replication slot's name as slot_name. 12 years ago
Andres Freund e0cb4aa89d Move regression test listing of builtin leakproof functions to opr_sanity.sql. 12 years ago
Heikki Linnakangas 8776faa81c Adjust SP-GiST WAL record formats to reduce alignment padding. 12 years ago
Tom Lane d4d48a5edd Tweak new regression test case for better portability. 12 years ago
Tom Lane 4c8ab1b91d Add btree and hash opclasses for pg_lsn. 12 years ago
Tom Lane eeca4cd35e Bump PG_CONTROL_VERSION for previous 9.4 changes. 12 years ago
Andres Freund 621a99a666 Fix longstanding bug in HeapTupleSatisfiesVacuum(). 12 years ago
Fujii Masao c8c9c1f5a3 Add description of pg_stat directory into doc. 12 years ago
Fujii Masao 654e8e4447 Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shutdown. 12 years ago
Peter Eisentraut 55fb759ab3 Silence Bison deprecation warnings 12 years ago
Andrew Dunstan ab14a73a6c Use EncodeDateTime instead of to_char to render JSON timestamps. 12 years ago
Andrew Dunstan 0ad1a81632 Do not escape a unicode sequence when escaping JSON text. 12 years ago
Andrew Dunstan f30015b6d7 Output timestamps in ISO 8601 format when rendering JSON. 12 years ago
Tom Lane 2dfa15de55 Make plpython_unicode regression test work in more database encodings. 12 years ago
Andres Freund 44445b28d2 Set the process latch when processing recovery conflict interrupts. 12 years ago
Andres Freund 5eebb8d954 Use unaligned output in another regression test query to reduce diff noise. 12 years ago
Bruce Momjian 19c9da1d96 doc: fix JSON function prototype variable label 12 years ago
Andrew Dunstan 1a4174a498 Improve the efficiency of certain jsonb get operations. 12 years ago
Andres Freund a57509821c Improvements to the replication protocol documentation. 12 years ago
Tom Lane 20561acf93 On OS X, link libpython normally, ignoring the "framework" framework. 12 years ago
Heikki Linnakangas 512f3b03e3 Fix typos in MSVC solution file. 12 years ago
Robert Haas 42be7d6923 In release notes, mention the need to initialize bgw_notify_pid. 12 years ago
Tom Lane c941aed96b When using the OSSP UUID library, cache its uuid_t state object. 12 years ago
Tom Lane 25dd07e0f6 Fix uuid-ossp regression tests based on buildfarm feedback. 12 years ago
Tom Lane 71ed8b3ca7 Revert "Fix bogus %name-prefix option syntax in all our Bison files." 12 years ago
Andres Freund 21d48d66c8 Don't pay heed to wal_sender_timeout while creating a decoding slot. 12 years ago
Heikki Linnakangas d1d50bff24 Minor refactoring of jsonb_util.c 12 years ago
Heikki Linnakangas b3e5cfd5f9 Jsonb comparison bug fixes. 12 years ago