Commit Graph

44780 Commits (231bcd0803eb91c526d4e7522c993fa5ed71bd45)
 

Author SHA1 Message Date
Tom Lane 231bcd0803 Fix incorrect close() call in dsm_impl_mmap(). 8 years ago
Andrew Dunstan 074251db67 Adjustments to the btree fastpath optimization. 8 years ago
Tom Lane 31f1f0bb4f Put back parallel-safety guards in plpython and src/test/regress/. 8 years ago
Alvaro Herrera 15a8f8caad Fix IndexOnlyScan counter for heap fetches in parallel mode 8 years ago
Tom Lane 1a40485af6 Fix pgxs.mk to not try to build generated headers in external builds. 8 years ago
Heikki Linnakangas 29d7ebf51e Fix comment on B-tree insertion fastpath condition. 8 years ago
Tom Lane 3b8f6e75f3 Fix partial-build problems introduced by having more generated headers. 8 years ago
Alvaro Herrera 468abb8f7a Fix incorrect logic for choosing the next Parallel Append subplan 8 years ago
Magnus Hagander d7754822c5 Silence some warnings in TAP tests 8 years ago
Magnus Hagander 5d5aeddabf Make sure pg_rewind can't run as root 8 years ago
Tom Lane a65e17bd6f Reduce chattiness of genbki.pl and Gen_fmgrtab.pl. 8 years ago
Tom Lane 2cdf359fc4 Make reformat_dat_file.pl preserve all blank lines. 8 years ago
Tom Lane af1a949109 Further cleanup of client dependencies on src/include/catalog headers. 8 years ago
Magnus Hagander f5543d47bc catversion bump for online-checksums revert 8 years ago
Magnus Hagander a228cc13ae Revert "Allow on-line enabling and disabling of data checksums" 8 years ago
Teodor Sigaev 03c11796a9 Improve covering index documentation 8 years ago
Alvaro Herrera d7a95f06a1 Minor comment updates 8 years ago
Alvaro Herrera 7ba6ee815d Add missed bms_copy() in perform_pruning_combine_step 8 years ago
Heikki Linnakangas 2c19ea863a Fix typo in comment. 8 years ago
Teodor Sigaev 1671c01650 Remove repeated test in contrib/amcheck 8 years ago
Stephen Frost 9d0383c015 Skip permissions test under MINGW/Windows 8 years ago
Tom Lane b3b7f7898f Fix additional breakage in covering-index patch. 8 years ago
Tom Lane 893e9e6540 Doc: clarify explanation of pg_dump usage. 8 years ago
Tom Lane 4f85f66469 Cosmetic cleanups in initial catalog data. 8 years ago
Tom Lane cca563f384 Reduce worst-case shell command line length during "make install". 8 years ago
Tom Lane cefa387153 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 8 years ago
Tom Lane 9c0a0de4c9 Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. 8 years ago
Tom Lane 372728b0d4 Replace our traditional initial-catalog-data format with a better design. 8 years ago
Teodor Sigaev 02f3e558f2 match_clause_to_index should check only key columns 8 years ago
Teodor Sigaev 34602b0a1d Remove unused variable in non-assert-enabled build 8 years ago
Tom Lane 2fa55f26a0 Add missing "static" markers. 8 years ago
Andrew Gierth b47a86f500 Attempt to stabilize partition_prune test output. 8 years ago
Andrew Gierth 49b0e300f7 Support index INCLUDE in the AM properties interface. 8 years ago
Andres Freund d234602c28 Remove overzeleous assertions in pg_atomic_flag code. 8 years ago
Stephen Frost 2b74022473 Fix EXEC BACKEND + Windows builds for group privs 8 years ago
Stephen Frost c37b3d08ca Allow group access on PGDATA 8 years ago
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Alvaro Herrera 499be013de Support partition pruning at execution time 8 years ago
Alvaro Herrera 5c0675215e Add bms_prev_member function 8 years ago
Andres Freund f16241bef7 Raise error when affecting tuple moved into different partition. 8 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 8 years ago
Teodor Sigaev 01bb85169a Make test of json(b)_to_tsvector language-independ 8 years ago
Teodor Sigaev 1c1791e000 Add json(b)_to_tsvector function 8 years ago
Peter Eisentraut 529ab7bd1f Fix timing issue in new subscription truncate test 8 years ago
Andres Freund bf75fe47e4 Deactive flapping checksum isolation tests. 8 years ago
Peter Eisentraut 039eb6e92f Logical replication support for TRUNCATE 8 years ago
Peter Eisentraut 5dfd1e5a66 Logical decoding of TRUNCATE 8 years ago
Teodor Sigaev b508a56f2f Predicate locking in hash indexes. 8 years ago
Alvaro Herrera 971d7ddbe1 Document partprune.c a little better 8 years ago
Andres Freund 4f813c7203 Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5. 8 years ago