Commit Graph

36753 Commits (71ed8b3ca76cd720f4013c3c20f0d2706583ab9a)
 

Author SHA1 Message Date
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
Heikki Linnakangas 8da3183780 Fix error when trying to delete page with half-dead left sibling. 11 years ago
Tom Lane 9a65fb3507 Allow total number of transactions in pgbench to exceed INT_MAX. 11 years ago
Andres Freund 9fa93530c8 Don't allocate memory inside an Assert() iff in a critical section. 11 years ago
Andres Freund 0564bbe7a1 Silence a couple of spurious valgrind warnings in inval.c. 11 years ago
Bruce Momjian 37828e87ae doc: link/caps fixes for 9.4 release notes 11 years ago
Heikki Linnakangas 57b7e83b0d Fix misc typos in comments. 11 years ago
Robert Haas 11ad3b35c2 Remove unnecessary cleanup code. 11 years ago
Fujii Masao 06db9cce22 Fix typo in comment. 11 years ago
Fujii Masao 19a683f69f Fix typos in comments. 11 years ago
Heikki Linnakangas 51f41e8c0a Fix typos in comments. 11 years ago
Bruce Momjian 2e1b5d3f01 doc: add ALTER TABLE lock level item as major 9.4 item 11 years ago
Peter Eisentraut e12d7320ca Fix spurious tab character 11 years ago
Bruce Momjian 6a61308fba doc: 9.4 release notes update for pg_bench line limit item 11 years ago
Tom Lane e416830a29 Prevent auto_explain from changing the output of a user's EXPLAIN. 11 years ago
Tom Lane a0841ecd25 Update obsolete comment. 11 years ago
Fujii Masao f097d70b72 Fix typo in JSON function document. 11 years ago
Heikki Linnakangas 4e92f78012 Message style fixes to pg_recvlogical 11 years ago
Heikki Linnakangas c91a9b5a28 Fix backup-block numbering in redo of b-tree split. 11 years ago
Fujii Masao eb56812144 Fix incorrect column name in pg_stat_replication document. 11 years ago
Bruce Momjian 009ca5e782 doc: adjust JSONB 9.4 release note item 11 years ago
Bruce Momjian b05d1e3c0b doc: 9.4 release note adjustements 11 years ago
Tom Lane e41cc470bb Fix non-C89-compatible coding in pgbench. 11 years ago
Bruce Momjian 4d30d4b9d7 doc: improve 9.4 release notes 11 years ago
Tom Lane 0c19aaba22 Ooops, I broke initdb with that last patch. 11 years ago
Tom Lane 078b2ed291 Fix two ancient memory-leak bugs in relcache.c. 11 years ago
Tom Lane 44cd47c1d4 Make fallback implementation of pg_memory_barrier() work. 11 years ago
Tom Lane c1907f0cc4 Fix a bunch of functions that were declared static then defined not-static. 11 years ago
Tom Lane 6c42b2b10a Fix unaligned accesses in DecodeUpdate(). 11 years ago
Heikki Linnakangas a3655dd4a5 Update README, we don't do post-recovery cleanup actions anymore. 11 years ago
Tom Lane 7894ac5004 Make sure chr(int) can't create invalid UTF8 sequences. 11 years ago
Tom Lane af215d8190 Suppress some more valgrind whining about btree_gist. 11 years ago
Tom Lane 39586bc1e9 Fix a second cause of undersized pallocs for btree_gist indexes on macaddr. 11 years ago