2018-04-20 |
Tom Lane | Fix race conditions when an event trigger is added... |
commit | commitdiff | tree |
2018-04-20 |
Tom Lane | Tweak a couple of planner APIs to save recalculating... |
commit | commitdiff | tree |
2018-04-20 |
Tom Lane | Change more places to be less trusting of RestrictInfo... |
commit | commitdiff | tree |
2018-04-19 |
Tom Lane | Improve consistency of comments in system catalog headers. |
commit | commitdiff | tree |
2018-04-19 |
Tom Lane | Fix incorrect handling of join clauses pushed into... |
commit | commitdiff | tree |
2018-04-19 |
Alvaro Herrera | Remove quick path in ExecInitPartitionInfo for equal... |
commit | commitdiff | tree |
2018-04-19 |
Alvaro Herrera | Plural of modulus is moduli |
commit | commitdiff | tree |
2018-04-19 |
Alvaro Herrera | Rework code to determine partition pruning procedure |
commit | commitdiff | tree |
2018-04-19 |
Alvaro Herrera | Enlarge find_other_exec's meager fgets buffer |
commit | commitdiff | tree |
2018-04-19 |
Teodor Sigaev | Fix datatype for number of heap tuples during last... |
commit | commitdiff | tree |
2018-04-19 |
Teodor Sigaev | Adjust _bt_insertonpg() comments |
commit | commitdiff | tree |
2018-04-19 |
Teodor Sigaev | Handle XLOG_BTREE_META_CLEANUP in btree_desc() and... |
commit | commitdiff | tree |
2018-04-19 |
Teodor Sigaev | Adjust INCLUDE index truncation comments and code. |
commit | commitdiff | tree |
2018-04-18 |
Tom Lane | Improve error detection/reporting in Catalog.pm and... |
commit | commitdiff | tree |
2018-04-18 |
Tom Lane | Better fix for deadlock hazard in CREATE INDEX CONCURRE... |
commit | commitdiff | tree |
2018-04-18 |
Heikki Linnakangas | Improve docs for the new INCLUDE directive in CREATE... |
commit | commitdiff | tree |
2018-04-17 |
Tom Lane | Rationalize handling of single and double quotes in... |
commit | commitdiff | tree |
2018-04-17 |
Tom Lane | Rationalize handling of array type names in bootstrap... |
commit | commitdiff | tree |
2018-04-17 |
Tom Lane | Simplify genbki.pl's data quoting rules. |
commit | commitdiff | tree |
2018-04-17 |
Heikki Linnakangas | Fix confusion on the padding of GIDs in on commit and... |
commit | commitdiff | tree |
2018-04-17 |
Alvaro Herrera | Update Append's idea of first_partial_plan |
commit | commitdiff | tree |
2018-04-17 |
Heikki Linnakangas | Fix a few typos in comments and variable names. |
commit | commitdiff | tree |
2018-04-17 |
Alvaro Herrera | Improve coverage of nodeAppend runtime partition prune |
commit | commitdiff | tree |
2018-04-17 |
Tatsuo Ishii | Add more infinite recursion detection while locking... |
commit | commitdiff | tree |
2018-04-16 |
Alvaro Herrera | Restore partition_prune's usage of parallel workers |
commit | commitdiff | tree |
2018-04-16 |
Tom Lane | Fix broken collation-aware searches in SP-GiST text... |
commit | commitdiff | tree |
2018-04-16 |
Alvaro Herrera | Update expected output of new test |
commit | commitdiff | tree |
2018-04-16 |
Alvaro Herrera | Ignore whole-rows in INSERT/CONFLICT with partitioned... |
commit | commitdiff | tree |
2018-04-15 |
Tom Lane | Fix potentially-unportable code in contrib/adminpack. |
commit | commitdiff | tree |
2018-04-15 |
Tom Lane | Clean up callers of JsonbIteratorNext(). |
commit | commitdiff | tree |
2018-04-15 |
Magnus Hagander | Don't attempt to verify checksums on new pages |
commit | commitdiff | tree |
2018-04-15 |
Magnus Hagander | Fix build of pg_verify_checksum docs |
commit | commitdiff | tree |
2018-04-15 |
Magnus Hagander | Clarify pg_verify_checksum documentation |
commit | commitdiff | tree |
2018-04-15 |
Magnus Hagander | Remove -f option from pg_verify_checksums |
commit | commitdiff | tree |
2018-04-15 |
Tom Lane | Simplify view-expansion code in rewriteHandler.c. |
commit | commitdiff | tree |
2018-04-15 |
Alvaro Herrera | List src/include/partitioning in src/include/Makefile |
commit | commitdiff | tree |
2018-04-15 |
Alvaro Herrera | Reorganize partitioning code |
commit | commitdiff | tree |
2018-04-14 |
Tom Lane | Improve regression test coverage of expand_tuple(). |
commit | commitdiff | tree |
2018-04-14 |
Tom Lane | Fix enforcement of SELECT FOR UPDATE permissions with... |
commit | commitdiff | tree |
2018-04-14 |
Tom Lane | Add commentary explaining why MaxIndexTuplesPerPage... |
commit | commitdiff | tree |
2018-04-14 |
Peter Eisentraut | Improve code comments |
commit | commitdiff | tree |
2018-04-14 |
Peter Eisentraut | Support named and default arguments in CALL |
commit | commitdiff | tree |
2018-04-13 |
Andrew Dunstan | Prevent segfault in expand_tuple with no missing values |
commit | commitdiff | tree |
2018-04-13 |
Tom Lane | Improve regression test coverage for src/backend/tsearc... |
commit | commitdiff | tree |
2018-04-13 |
Tom Lane | In libpq, free any partial query result before collecti... |
commit | commitdiff | tree |
2018-04-13 |
Alvaro Herrera | Use custom hash opclass for hash partition pruning |
commit | commitdiff | tree |
2018-04-13 |
Alvaro Herrera | Attempt to stabilize partition_prune test output (2) |
commit | commitdiff | tree |
2018-04-12 |
Tom Lane | Fix bogus affix-merging code. |
commit | commitdiff | tree |
2018-04-12 |
Alvaro Herrera | Revert lowering of lock level for ATTACH PARTITION |
commit | commitdiff | tree |
2018-04-12 |
Alvaro Herrera | Add comment about default partition in check_new_partit... |
commit | commitdiff | tree |
2018-04-12 |
Tom Lane | YA attempt to stabilize the results of the postgres_fdw... |
commit | commitdiff | tree |
2018-04-12 |
Alvaro Herrera | Use the right memory context for partkey's FmgrInfo |
commit | commitdiff | tree |
2018-04-12 |
Tom Lane | Fix YA parallel-make hazard, this one in "make check... |
commit | commitdiff | tree |
2018-04-12 |
Teodor Sigaev | Fix interference between covering indexes and partition... |
commit | commitdiff | tree |
2018-04-12 |
Teodor Sigaev | Cleanup covering infrastructure |
commit | commitdiff | tree |
2018-04-12 |
Simon Riggs | Revert MERGE patch |
commit | commitdiff | tree |
2018-04-12 |
Teodor Sigaev | Rename IndexInfo.ii_KeyAttrNumbers array |
commit | commitdiff | tree |
2018-04-12 |
Alvaro Herrera | Set relispartition correctly for index partitions |
commit | commitdiff | tree |
2018-04-11 |
Tom Lane | Ignore nextOid when replaying an ONLINE checkpoint. |
commit | commitdiff | tree |
2018-04-11 |
Tom Lane | Do not select new object OIDs that match recently-dead... |
commit | commitdiff | tree |
2018-04-11 |
Heikki Linnakangas | Allocate enough shared string memory for stats of auxil... |
commit | commitdiff | tree |
2018-04-11 |
Heikki Linnakangas | Make local copy of client hostnames in backend status... |
commit | commitdiff | tree |
2018-04-11 |
Alvaro Herrera | Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULT |
commit | commitdiff | tree |
2018-04-11 |
Tom Lane | Invoke submake-generated-headers during "make check... |
commit | commitdiff | tree |
2018-04-11 |
Teodor Sigaev | Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5 |
commit | commitdiff | tree |
2018-04-11 |
Peter Eisentraut | Fix clashing function names between jsonb_plperl and... |
commit | commitdiff | tree |
2018-04-11 |
Teodor Sigaev | Fix interference between cavering indexes and partition... |
commit | commitdiff | tree |
2018-04-11 |
Peter Eisentraut | doc: Add more information about logical replication... |
commit | commitdiff | tree |
2018-04-11 |
Peter Eisentraut | doc: Fix typos in pgbench documentation |
commit | commitdiff | tree |
2018-04-10 |
Andrew Dunstan | minor comment fixes in nbtinsert.c |
commit | commitdiff | tree |
2018-04-10 |
Tom Lane | Fix incorrect close() call in dsm_impl_mmap(). |
commit | commitdiff | tree |
2018-04-10 |
Andrew Dunstan | Adjustments to the btree fastpath optimization. |
commit | commitdiff | tree |
2018-04-10 |
Tom Lane | Put back parallel-safety guards in plpython and src... |
commit | commitdiff | tree |
2018-04-10 |
Alvaro Herrera | Fix IndexOnlyScan counter for heap fetches in parallel... |
commit | commitdiff | tree |
2018-04-10 |
Tom Lane | Fix pgxs.mk to not try to build generated headers in... |
commit | commitdiff | tree |
2018-04-10 |
Heikki Linnakangas | Fix comment on B-tree insertion fastpath condition. |
commit | commitdiff | tree |
2018-04-09 |
Tom Lane | Fix partial-build problems introduced by having more... |
commit | commitdiff | tree |
2018-04-09 |
Alvaro Herrera | Fix incorrect logic for choosing the next Parallel... |
commit | commitdiff | tree |
2018-04-09 |
Magnus Hagander | Silence some warnings in TAP tests |
commit | commitdiff | tree |
2018-04-09 |
Magnus Hagander | Make sure pg_rewind can't run as root |
commit | commitdiff | tree |
2018-04-09 |
Tom Lane | Reduce chattiness of genbki.pl and Gen_fmgrtab.pl. |
commit | commitdiff | tree |
2018-04-09 |
Tom Lane | Make reformat_dat_file.pl preserve all blank lines. |
commit | commitdiff | tree |
2018-04-09 |
Tom Lane | Further cleanup of client dependencies on src/include... |
commit | commitdiff | tree |
2018-04-09 |
Magnus Hagander | catversion bump for online-checksums revert |
commit | commitdiff | tree |
2018-04-09 |
Magnus Hagander | Revert "Allow on-line enabling and disabling of data... |
commit | commitdiff | tree |
2018-04-09 |
Teodor Sigaev | Improve covering index documentation |
commit | commitdiff | tree |
2018-04-09 |
Alvaro Herrera | Minor comment updates |
commit | commitdiff | tree |
2018-04-09 |
Alvaro Herrera | Add missed bms_copy() in perform_pruning_combine_step |
commit | commitdiff | tree |
2018-04-09 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree |
2018-04-09 |
Teodor Sigaev | Remove repeated test in contrib/amcheck |
commit | commitdiff | tree |
2018-04-09 |
Stephen Frost | Skip permissions test under MINGW/Windows |
commit | commitdiff | tree |
2018-04-08 |
Tom Lane | Fix additional breakage in covering-index patch. |
commit | commitdiff | tree |
2018-04-08 |
Tom Lane | Doc: clarify explanation of pg_dump usage. |
commit | commitdiff | tree |
2018-04-08 |
Tom Lane | Cosmetic cleanups in initial catalog data. |
commit | commitdiff | tree |
2018-04-08 |
Tom Lane | Reduce worst-case shell command line length during... |
commit | commitdiff | tree |
2018-04-08 |
Tom Lane | Merge catalog/pg_foo_fn.h headers back into pg_foo... |
commit | commitdiff | tree |
2018-04-08 |
Tom Lane | Switch client-side code to include catalog/pg_foo_d... |
commit | commitdiff | tree |
2018-04-08 |
Tom Lane | Replace our traditional initial-catalog-data format... |
commit | commitdiff | tree |
2018-04-08 |
Teodor Sigaev | match_clause_to_index should check only key columns |
commit | commitdiff | tree |
2018-04-08 |
Teodor Sigaev | Remove unused variable in non-assert-enabled build |
commit | commitdiff | tree |
next |