Commit Graph

36731 Commits (37828e87aec2eb0c15655d4ad753644be851e59f)
 

Author SHA1 Message Date
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
Tom Lane 82bbb60c30 Fix valgrind warning for btree_gist indexes on macaddr. 11 years ago
Heikki Linnakangas d900e192a3 Add test case for logical decoding of prepared transactions. 11 years ago
Heikki Linnakangas afd0fcbc5d Fix test_decoding test case's check that slot has been dropped. 11 years ago
Heikki Linnakangas 03e2b1017c Fix thinko in logical decoding of commit-prepared records. 11 years ago
Heikki Linnakangas e7873b74d9 Open output file before sleeping in pg_recvlogical. 11 years ago
Heikki Linnakangas 07a4a93a0e Initialize tsId and dbId fields in WAL record of COMMIT PREPARED. 11 years ago
Tom Lane f62d417825 Fix unportable setvbuf() usage in initdb. 11 years ago
Peter Eisentraut 2f8e68bd7e Fix whitespace 11 years ago
Heikki Linnakangas 00c26b6a60 Fix a couple of bugs in pg_recvlogical output to stdout. 11 years ago
Heikki Linnakangas 8f9b9590d7 Handle duplicate XIDs in txid_snapshot. 11 years ago
Heikki Linnakangas bb38fb0d43 Fix race condition in preparing a transaction for two-phase commit. 11 years ago
Heikki Linnakangas ff810b4928 Misc message style and doc fixes. 11 years ago
Heikki Linnakangas a82a17475d Silence warnings about redefining popen on Mingw-w64. 11 years ago
Peter Eisentraut 4773c70aa4 doc: Clarify what files pg_basebackup omits from data directory 11 years ago
Peter Eisentraut c424c04918 pg_ctl: Write error messages to stderr 11 years ago
Tom Lane 2dc4f011fd In initdb, ensure stdout/stderr buffering behavior is what we expect. 11 years ago
Bruce Momjian 2e6602dfc2 pg_update: slight major version adjustment 11 years ago
Tom Lane 4456763c78 Fix version check for pg_upgrade line type crosscheck. 11 years ago
Bruce Momjian bb797b6404 pg_upgrade: error out on 'line' data type usage 11 years ago
Tom Lane b23b0f5588 Code review for recent changes in relcache.c. 11 years ago
Bruce Momjian ac53295d66 doc: fix 9.4 release notes typo 11 years ago
Bruce Momjian eefd90c4a9 doc: fix typo in 9.4 release note comments 11 years ago