Commit Graph

36785 Commits (fd90b5d574f7b882a35fe345359643cb1ff2e67e)
 

Author SHA1 Message Date
Tom Lane fd90b5d574 Fix ancient encoding error in hungarian.stop. 11 years ago
Tom Lane 3bd82dd39e Stamp shared-library minor version numbers for 9.5. 11 years ago
Tom Lane a24c104b9a Stamp HEAD as 9.5devel. 11 years ago
Tom Lane ab76208e3d Forward-port regression test for bug #10587 into 9.3 and HEAD. 11 years ago
Tom Lane c170655cc8 Fix infinite loop when splitting inner tuples in SPGiST text indexes. 11 years ago
Alvaro Herrera b0b263baab Wrap multixact/members correctly during extension, take 2 11 years ago
Andres Freund fe7337f2dc Fix off-by-one in decoding causing one-record events to be skipped. 11 years ago
Tom Lane 5f93c37805 Add defenses against running with a wrong selection of LOBLKSIZE. 11 years ago
Andres Freund f0c108560b Consistently spell a replication slot's name as slot_name. 11 years ago
Andres Freund e0cb4aa89d Move regression test listing of builtin leakproof functions to opr_sanity.sql. 11 years ago
Heikki Linnakangas 8776faa81c Adjust SP-GiST WAL record formats to reduce alignment padding. 11 years ago
Tom Lane d4d48a5edd Tweak new regression test case for better portability. 11 years ago
Tom Lane 4c8ab1b91d Add btree and hash opclasses for pg_lsn. 11 years ago
Tom Lane eeca4cd35e Bump PG_CONTROL_VERSION for previous 9.4 changes. 11 years ago
Andres Freund 621a99a666 Fix longstanding bug in HeapTupleSatisfiesVacuum(). 11 years ago
Fujii Masao c8c9c1f5a3 Add description of pg_stat directory into doc. 11 years ago
Fujii Masao 654e8e4447 Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shutdown. 11 years ago
Peter Eisentraut 55fb759ab3 Silence Bison deprecation warnings 11 years ago
Andrew Dunstan ab14a73a6c Use EncodeDateTime instead of to_char to render JSON timestamps. 11 years ago
Andrew Dunstan 0ad1a81632 Do not escape a unicode sequence when escaping JSON text. 11 years ago
Andrew Dunstan f30015b6d7 Output timestamps in ISO 8601 format when rendering JSON. 11 years ago
Tom Lane 2dfa15de55 Make plpython_unicode regression test work in more database encodings. 11 years ago
Andres Freund 44445b28d2 Set the process latch when processing recovery conflict interrupts. 11 years ago
Andres Freund 5eebb8d954 Use unaligned output in another regression test query to reduce diff noise. 11 years ago
Bruce Momjian 19c9da1d96 doc: fix JSON function prototype variable label 11 years ago
Andrew Dunstan 1a4174a498 Improve the efficiency of certain jsonb get operations. 11 years ago
Andres Freund a57509821c Improvements to the replication protocol documentation. 11 years ago
Tom Lane 20561acf93 On OS X, link libpython normally, ignoring the "framework" framework. 11 years ago
Heikki Linnakangas 512f3b03e3 Fix typos in MSVC solution file. 11 years ago
Robert Haas 42be7d6923 In release notes, mention the need to initialize bgw_notify_pid. 11 years ago
Tom Lane c941aed96b When using the OSSP UUID library, cache its uuid_t state object. 11 years ago
Tom Lane 25dd07e0f6 Fix uuid-ossp regression tests based on buildfarm feedback. 11 years ago
Tom Lane 71ed8b3ca7 Revert "Fix bogus %name-prefix option syntax in all our Bison files." 11 years ago
Andres Freund 21d48d66c8 Don't pay heed to wal_sender_timeout while creating a decoding slot. 11 years ago
Heikki Linnakangas d1d50bff24 Minor refactoring of jsonb_util.c 11 years ago
Heikki Linnakangas b3e5cfd5f9 Jsonb comparison bug fixes. 11 years ago
Tom Lane 45b7abe59e Fix bogus %name-prefix option syntax in all our Bison files. 11 years ago
Tom Lane c0f27628d2 Improve regression tests for uuid-ossp. 11 years ago
Tom Lane 2103218dd4 Fix stack clobber in new uuid-ossp code. 11 years ago
Magnus Hagander 8232d6df4c Ensure cleanup in case of early errors in streaming base backups 11 years ago
Bruce Momjian c676315658 doc: improve markup of ssl_ecdh_curve commit 11 years ago
Tom Lane ec3357a3bc pg_lsn should not be marked typispreferred. 11 years ago
Tom Lane 8600031147 Fix obsolete config-module-exclusion logic in vcregress.pl. 11 years ago
Tom Lane 4bcb394624 Propagate system identifier generation improvement into pg_resetxlog. 11 years ago
Bruce Momjian 49cf2cd815 doc: improve ssl_ecdh_curve descriptions 11 years ago
Tom Lane b8cc8f9473 Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library. 11 years ago
Robert Haas 616afee14d worker_spi: Initialize bgw_notify_pid in all cases. 11 years ago
Tom Lane 9d7ded0f42 Avoid unportable usage of sscanf(UINT64_FORMAT). 11 years ago
Andres Freund bf2e70ba6c Fix pg_recvlogical to accept the documented -I instead only --startpos. 11 years ago
Peter Eisentraut 0a5faaa907 Small typo and formatting fixes in postgresql.conf.sample 11 years ago