2018-04-26 |
Tom Lane | Post-feature-freeze pgindent run. |
commit | commitdiff | tree |
2018-04-26 |
Tom Lane | Preliminary work for pgindent run. |
commit | commitdiff | tree |
2018-04-26 |
Tom Lane | Avoid parsing catalog data twice during BKI file constr... |
commit | commitdiff | tree |
2018-04-26 |
Tom Lane | Fix duplicate_oids and unused_oids so user needn't... |
commit | commitdiff | tree |
2018-04-26 |
Bruce Momjian | docs: remove "III" version text from pgAdmin link |
commit | commitdiff | tree |
2018-04-26 |
Noah Misch | Correct pg_recvlogical server version test. |
commit | commitdiff | tree |
2018-04-25 |
Tom Lane | Convert unused_oids and duplicate_oids to use Catalog... |
commit | commitdiff | tree |
2018-04-25 |
Tom Lane | Make Catalog.pm's representation of toast and index... |
commit | commitdiff | tree |
2018-04-25 |
Robert Haas | Prevent generation of bogus subquery scan paths. |
commit | commitdiff | tree |
2018-04-25 |
Teodor Sigaev | Add amcheck missing downlink tests. |
commit | commitdiff | tree |
2018-04-25 |
Tom Lane | Reindent Perl files with perltidy version 20170521. |
commit | commitdiff | tree |
2018-04-25 |
Tom Lane | Change pgindent/README to specify that we use perltidy... |
commit | commitdiff | tree |
2018-04-25 |
Teodor Sigaev | Add missing and dangling downlink checks to amcheck |
commit | commitdiff | tree |
2018-04-25 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
2018-04-25 |
Alvaro Herrera | Update ExecInitPartitionInfo comment |
commit | commitdiff | tree |
2018-04-24 |
Alvaro Herrera | Initialize ExprStates once in run-time partition pruning |
commit | commitdiff | tree |
2018-04-23 |
Alvaro Herrera | Add GUC enable_partition_pruning |
commit | commitdiff | tree |
2018-04-23 |
Tom Lane | Fix handling of partition bounds for boolean partitioni... |
commit | commitdiff | tree |
2018-04-23 |
Peter Eisentraut | Fix typo in logical truncate replication |
commit | commitdiff | tree |
2018-04-23 |
Peter Eisentraut | Make Emacs settings match perltidy configuration |
commit | commitdiff | tree |
2018-04-23 |
Alvaro Herrera | Add missing pstrdup |
commit | commitdiff | tree |
2018-04-23 |
Alvaro Herrera | Remove useless default clause in switch |
commit | commitdiff | tree |
2018-04-23 |
Teodor Sigaev | Make bms_prev_member work correctly with a 64 bit bitma... |
commit | commitdiff | tree |
2018-04-23 |
Teodor Sigaev | Update trigram example in docs to correct state |
commit | commitdiff | tree |
2018-04-23 |
Teodor Sigaev | Fix wrong validation of top-parent pointer during page... |
commit | commitdiff | tree |
2018-04-23 |
Heikki Linnakangas | Make PGJIT_* macros safer. |
commit | commitdiff | tree |
2018-04-23 |
Magnus Hagander | Add comment explaining BGWORKER_BYPASS_ALLOWCONN |
commit | commitdiff | tree |
2018-04-22 |
Magnus Hagander | Add missing documentation for BGWORKER_BYPASS_ALLOWCONN |
commit | commitdiff | tree |
2018-04-21 |
Tom Lane | Add missing "static" marker. |
commit | commitdiff | tree |
2018-04-21 |
Peter Eisentraut | doc: Restructure authentication methods sections |
commit | commitdiff | tree |
2018-04-20 |
Tom Lane | Test conversion of NaN between float4 and float8. |
commit | commitdiff | tree |
2018-04-20 |
Stephen Frost | Fix a couple minor typos |
commit | commitdiff | tree |
2018-04-20 |
Tom Lane | Don't run fast_default regression test in parallel... |
commit | commitdiff | tree |
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 |
next |