| 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 |
| 2018-04-08 |
Tom Lane | Add missing "static" markers. |
commit | commitdiff | tree |
| 2018-04-08 |
Andrew Gierth | Attempt to stabilize partition_prune test output. |
commit | commitdiff | tree |
| 2018-04-08 |
Andrew Gierth | Support index INCLUDE in the AM properties interface. |
commit | commitdiff | tree |
| 2018-04-08 |
Andres Freund | Remove overzeleous assertions in pg_atomic_flag code. |
commit | commitdiff | tree |
| 2018-04-07 |
Stephen Frost | Fix EXEC BACKEND + Windows builds for group privs |
commit | commitdiff | tree |
| 2018-04-07 |
Stephen Frost | Allow group access on PGDATA |
commit | commitdiff | tree |
| 2018-04-07 |
Stephen Frost | Refactor dir/file permissions |
commit | commitdiff | tree |
| 2018-04-07 |
Alvaro Herrera | Support partition pruning at execution time |
commit | commitdiff | tree |
| 2018-04-07 |
Alvaro Herrera | Add bms_prev_member function |
commit | commitdiff | tree |
| 2018-04-07 |
Andres Freund | Raise error when affecting tuple moved into different... |
commit | commitdiff | tree |
| 2018-04-07 |
Teodor Sigaev | Indexes with INCLUDE columns and their support in B... |
commit | commitdiff | tree |
| 2018-04-07 |
Teodor Sigaev | Make test of json(b)_to_tsvector language-independ |
commit | commitdiff | tree |
| 2018-04-07 |
Teodor Sigaev | Add json(b)_to_tsvector function |
commit | commitdiff | tree |
| 2018-04-07 |
Peter Eisentraut | Fix timing issue in new subscription truncate test |
commit | commitdiff | tree |
| 2018-04-07 |
Andres Freund | Deactive flapping checksum isolation tests. |
commit | commitdiff | tree |
| 2018-04-07 |
Peter Eisentraut | Logical replication support for TRUNCATE |
commit | commitdiff | tree |
| 2018-04-07 |
Peter Eisentraut | Logical decoding of TRUNCATE |
commit | commitdiff | tree |
| 2018-04-07 |
Teodor Sigaev | Predicate locking in hash indexes. |
commit | commitdiff | tree |
| 2018-04-07 |
Alvaro Herrera | Document partprune.c a little better |
commit | commitdiff | tree |
| 2018-04-07 |
Andres Freund | Blindly attempt to fix sepgsql tests broken due to... |
commit | commitdiff | tree |
| 2018-04-07 |
Andres Freund | Attempt to fix endianess issues in new hash partition... |
commit | commitdiff | tree |
| 2018-04-07 |
Andres Freund | Fix and improve pg_atomic_flag fallback implementation. |
commit | commitdiff | tree |
| 2018-04-07 |
Tom Lane | Doc: fix broken markup. |
commit | commitdiff | tree |
| 2018-04-06 |
Robert Haas | Fix possible failure in parallel index build. |
commit | commitdiff | tree |
| 2018-04-06 |
Robert Haas | Allow insert and update tuple routing and COPY for... |
commit | commitdiff | tree |
| 2018-04-06 |
Tom Lane | Remove some unnecessary quote marks from catalog DATA... |
commit | commitdiff | tree |
| 2018-04-06 |
Alvaro Herrera | Fix badly edited doc sentence |
commit | commitdiff | tree |
| 2018-04-06 |
Magnus Hagander | Clean up intermetiate state in pg_basebackup tests |
commit | commitdiff | tree |
| 2018-04-06 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| 2018-04-06 |
Alvaro Herrera | Faster partition pruning |
commit | commitdiff | tree |
| 2018-04-06 |
Stephen Frost | Support new default roles with adminpack |
commit | commitdiff | tree |
| 2018-04-06 |
Stephen Frost | Add default roles for file/program access |
commit | commitdiff | tree |
| 2018-04-06 |
Stephen Frost | Remove explicit superuser checks in favor of ACLs |
commit | commitdiff | tree |
| 2018-04-06 |
Peter Eisentraut | Add memory context identifier to portal context |
commit | commitdiff | tree |
| 2018-04-06 |
Peter Eisentraut | Rename MemoryContextCopySetIdentifier() for clarity |
commit | commitdiff | tree |
| 2018-04-06 |
Robert Haas | Enforce child constraints during COPY TO a partitioned... |
commit | commitdiff | tree |
| 2018-04-06 |
Robert Haas | Refactor PgFdwModifyState creation/destruction into... |
commit | commitdiff | tree |
| 2018-04-06 |
Peter Eisentraut | Split the SetSubscriptionRelState function into two |
commit | commitdiff | tree |
| 2018-04-06 |
Peter Eisentraut | Improve messaging during logical replication worker... |
commit | commitdiff | tree |
| 2018-04-06 |
Peter Eisentraut | Fix compiler warning about format truncation |
commit | commitdiff | tree |
| 2018-04-06 |
Simon Riggs | Improve parse representation for MERGE |
commit | commitdiff | tree |
| 2018-04-05 |
Magnus Hagander | Attempt to fix win32 build of pg_verify_checksums |
commit | commitdiff | tree |
| 2018-04-05 |
Magnus Hagander | Allow on-line enabling and disabling of data checksums |
commit | commitdiff | tree |
| 2018-04-05 |
Bruce Momjian | doc: remove mention of the DMOZ catalog in ltree docs |
commit | commitdiff | tree |
| next |