Commit Graph

36766 Commits (0ad1a816320a2b539a51628e2a0b1e83ff096b1d)
 

Author SHA1 Message Date
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
Tom Lane 45b7abe59e Fix bogus %name-prefix option syntax in all our Bison files. 12 years ago
Tom Lane c0f27628d2 Improve regression tests for uuid-ossp. 12 years ago
Tom Lane 2103218dd4 Fix stack clobber in new uuid-ossp code. 12 years ago
Magnus Hagander 8232d6df4c Ensure cleanup in case of early errors in streaming base backups 12 years ago
Bruce Momjian c676315658 doc: improve markup of ssl_ecdh_curve commit 12 years ago
Tom Lane ec3357a3bc pg_lsn should not be marked typispreferred. 12 years ago
Tom Lane 8600031147 Fix obsolete config-module-exclusion logic in vcregress.pl. 12 years ago
Tom Lane 4bcb394624 Propagate system identifier generation improvement into pg_resetxlog. 12 years ago
Bruce Momjian 49cf2cd815 doc: improve ssl_ecdh_curve descriptions 12 years ago
Tom Lane b8cc8f9473 Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library. 12 years ago
Robert Haas 616afee14d worker_spi: Initialize bgw_notify_pid in all cases. 12 years ago
Tom Lane 9d7ded0f42 Avoid unportable usage of sscanf(UINT64_FORMAT). 12 years ago
Andres Freund bf2e70ba6c Fix pg_recvlogical to accept the documented -I instead only --startpos. 12 years ago
Peter Eisentraut 0a5faaa907 Small typo and formatting fixes in postgresql.conf.sample 12 years ago
Heikki Linnakangas 8da3183780 Fix error when trying to delete page with half-dead left sibling. 12 years ago
Tom Lane 9a65fb3507 Allow total number of transactions in pgbench to exceed INT_MAX. 12 years ago
Andres Freund 9fa93530c8 Don't allocate memory inside an Assert() iff in a critical section. 12 years ago
Andres Freund 0564bbe7a1 Silence a couple of spurious valgrind warnings in inval.c. 12 years ago
Bruce Momjian 37828e87ae doc: link/caps fixes for 9.4 release notes 12 years ago
Heikki Linnakangas 57b7e83b0d Fix misc typos in comments. 12 years ago
Robert Haas 11ad3b35c2 Remove unnecessary cleanup code. 12 years ago
Fujii Masao 06db9cce22 Fix typo in comment. 12 years ago
Fujii Masao 19a683f69f Fix typos in comments. 12 years ago
Heikki Linnakangas 51f41e8c0a Fix typos in comments. 12 years ago
Bruce Momjian 2e1b5d3f01 doc: add ALTER TABLE lock level item as major 9.4 item 12 years ago
Peter Eisentraut e12d7320ca Fix spurious tab character 12 years ago
Bruce Momjian 6a61308fba doc: 9.4 release notes update for pg_bench line limit item 12 years ago
Tom Lane e416830a29 Prevent auto_explain from changing the output of a user's EXPLAIN. 12 years ago
Tom Lane a0841ecd25 Update obsolete comment. 12 years ago
Fujii Masao f097d70b72 Fix typo in JSON function document. 12 years ago
Heikki Linnakangas 4e92f78012 Message style fixes to pg_recvlogical 12 years ago
Heikki Linnakangas c91a9b5a28 Fix backup-block numbering in redo of b-tree split. 12 years ago
Fujii Masao eb56812144 Fix incorrect column name in pg_stat_replication document. 12 years ago