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 |
2018-04-05 |
Simon Riggs | MERGE syntax diagram correction |
commit | commitdiff | tree |
2018-04-05 |
Peter Eisentraut | PL/pgSQL: Add support for SET TRANSACTION |
commit | commitdiff | tree |
2018-04-05 |
Simon Riggs | Allow cpluspluscheck to pass by renaming variable |
commit | commitdiff | tree |
2018-04-05 |
Peter Eisentraut | Fix plan cache issue in PL/pgSQL CALL |
commit | commitdiff | tree |
2018-04-05 |
Magnus Hagander | Fix worker_spi for new parameter to initialize connection |
commit | commitdiff | tree |
2018-04-05 |
Teodor Sigaev | Remove tsearch test contained russian characters, missed in |
commit | commitdiff | tree |
2018-04-05 |
Magnus Hagander | Allow background workers to bypass datallowconn |
commit | commitdiff | tree |
2018-04-05 |
Teodor Sigaev | Add websearch_to_tsquery |
commit | commitdiff | tree |
2018-04-05 |
Alvaro Herrera | Add missing include |
commit | commitdiff | tree |
2018-04-05 |
Teodor Sigaev | Add support of bool, bpchar, name and uuid to btree_gin |
commit | commitdiff | tree |
2018-04-05 |
Teodor Sigaev | Fix handling of non-upgraded B-tree metapages |
commit | commitdiff | tree |
2018-04-05 |
Simon Riggs | MERGE minor errata |
commit | commitdiff | tree |
2018-04-05 |
Simon Riggs | MERGE fix variable warning in non-assert builds |
commit | commitdiff | tree |
2018-04-05 |
Simon Riggs | MERGE INSERT allows only one VALUES clause |
commit | commitdiff | tree |
2018-04-05 |
Teodor Sigaev | Remove unused vars and mark assert-only vars |
commit | commitdiff | tree |
2018-04-05 |
Teodor Sigaev | Fix misprint in documentation |
commit | commitdiff | tree |
2018-04-05 |
Teodor Sigaev | Fix typo |
commit | commitdiff | tree |
2018-04-05 |
Simon Riggs | MERGE post-commit review |
commit | commitdiff | tree |
2018-04-05 |
Andrew Gierth | Install errcodes.txt for use by extensions. |
commit | commitdiff | tree |
2018-04-05 |
Peter Eisentraut | doc: Improve indentation of SQL examples |
commit | commitdiff | tree |
2018-04-04 |
Alvaro Herrera | Restore erroneously removed ONLY from PK check |
commit | commitdiff | tree |
2018-04-04 |
Stephen Frost | Rewrite pg_dump TAP tests |
commit | commitdiff | tree |
2018-04-04 |
Bruce Momjian | docs: update ltree URL for the DMOZ catalog |
commit | commitdiff | tree |
2018-04-04 |
Tom Lane | Improve FSM management for BRIN indexes. |
commit | commitdiff | tree |
2018-04-04 |
Alvaro Herrera | Foreign keys on partitioned tables |
commit | commitdiff | tree |
2018-04-04 |
Teodor Sigaev | Skip full index scan during cleanup of B-tree indexes... |
commit | commitdiff | tree |
2018-04-04 |
Tom Lane | Remove less-portable-than-believed test case. |
commit | commitdiff | tree |
2018-04-04 |
Tom Lane | Fix platform and Perl-version dependencies in new jsonb... |
commit | commitdiff | tree |
2018-04-04 |
Heikki Linnakangas | Fix the new ARMv8 CRC code for short and unaligned... |
commit | commitdiff | tree |
2018-04-04 |
Magnus Hagander | Fix pg_bsaebackup checksum tests |
commit | commitdiff | tree |
2018-04-04 |
Heikki Linnakangas | Use ARMv8 CRC instructions where available. |
commit | commitdiff | tree |
2018-04-04 |
Heikki Linnakangas | Also fix the descriptions in pg_config.h.win32. |
commit | commitdiff | tree |
2018-04-04 |
Heikki Linnakangas | Fix incorrect description of USE_SLICING_BY_8_CRC32C. |
commit | commitdiff | tree |
2018-04-03 |
Alvaro Herrera | Don't clone internal triggers to partitions |
commit | commitdiff | tree |
2018-04-03 |
Andres Freund | Fix GCC 7 snprintf() compiler warning. |
commit | commitdiff | tree |
2018-04-03 |
Alvaro Herrera | Pass correct TupDesc to ri_NullCheck() in Assert |
commit | commitdiff | tree |
2018-04-03 |
Tom Lane | Prevent accidental linking of system-supplied copies... |
commit | commitdiff | tree |
2018-04-03 |
Tom Lane | Suppress compiler warning in new jsonb_plperl code. |
commit | commitdiff | tree |
2018-04-03 |
Bruce Momjian | C comment: mention null handling in BuildTupleFromCStr... |
commit | commitdiff | tree |
2018-04-03 |
Teodor Sigaev | Add prefix operator for TEXT type. |
commit | commitdiff | tree |
2018-04-03 |
Peter Eisentraut | Attempt to fix jsonb_plperl build on Windows |
commit | commitdiff | tree |
2018-04-03 |
Magnus Hagander | Properly use INT64_FORMAT in output |
commit | commitdiff | tree |
2018-04-03 |
Peter Eisentraut | Transforms for jsonb to PL/Perl |
commit | commitdiff | tree |
2018-04-03 |
Magnus Hagander | Fix for checksum validation patch |
commit | commitdiff | tree |
2018-04-03 |
Magnus Hagander | Validate page level checksums in base backups |
commit | commitdiff | tree |
2018-04-03 |
Simon Riggs | Tab completion for MERGE |
commit | commitdiff | tree |
2018-04-03 |
Simon Riggs | WITH support in MERGE |
commit | commitdiff | tree |
2018-04-03 |
Simon Riggs | New files for MERGE |
commit | commitdiff | tree |
2018-04-03 |
Simon Riggs | MERGE SQL Command following SQL:2016 |
commit | commitdiff | tree |
2018-04-02 |
Simon Riggs | Revert "MERGE SQL Command following SQL:2016" |
commit | commitdiff | tree |
2018-04-02 |
Simon Riggs | Revert "Modified files for MERGE" |
commit | commitdiff | tree |
2018-04-02 |
Simon Riggs | Modified files for MERGE |
commit | commitdiff | tree |
2018-04-02 |
Simon Riggs | MERGE SQL Command following SQL:2016 |
commit | commitdiff | tree |
2018-04-02 |
Peter Eisentraut | Fix XML syntax in documentation |
commit | commitdiff | tree |
2018-04-02 |
Tom Lane | Fix some dubious WAL-parsing code. |
commit | commitdiff | tree |
2018-04-02 |
Peter Eisentraut | psql: Fix \ef, \sf tab completion |
commit | commitdiff | tree |
2018-04-02 |
Tom Lane | Remove contrib/jsonb_plpython's tests for infinity... |
commit | commitdiff | tree |
2018-04-02 |
Tom Lane | Teach configure --with-python to report the Python... |
commit | commitdiff | tree |
2018-04-02 |
Peter Eisentraut | Make be-secure-common.c more consistent for future... |
commit | commitdiff | tree |
2018-04-02 |
Robert Haas | postgres_fdw: Push down partition-wise aggregation. |
commit | commitdiff | tree |
2018-04-01 |
Tom Lane | Fix a boatload of typos in C comments. |
commit | commitdiff | tree |
2018-04-01 |
Andres Freund | Fix non-portable use of round(). |
commit | commitdiff | tree |
2018-04-01 |
Andres Freund | Add amcheck verification of heap relations belonging... |
commit | commitdiff | tree |
2018-04-01 |
Andres Freund | Add Bloom filter implementation. |
commit | commitdiff | tree |
2018-03-31 |
Andrew Dunstan | Small cleanups in fast default code. |
commit | commitdiff | tree |
2018-03-31 |
Tom Lane | Fix assorted issues in parallel vacuumdb. |
commit | commitdiff | tree |
2018-03-31 |
Tom Lane | Fix portability and translatability issues in commit... |
commit | commitdiff | tree |
2018-03-31 |
Tom Lane | Portability fix for commit 9a895462d. |
commit | commitdiff | tree |
2018-03-31 |
Andres Freund | Remove PARTIAL_LINKING build mode. |
commit | commitdiff | tree |
2018-03-31 |
Tatsuo Ishii | Fix bug with view locking code. |
commit | commitdiff | tree |
2018-03-31 |
Andres Freund | Add SKIP_LOCKED option to RangeVarGetRelidExtended(). |
commit | commitdiff | tree |
2018-03-31 |
Andres Freund | Combine options for RangeVarGetRelidExtended() into... |
commit | commitdiff | tree |
2018-03-30 |
Fujii Masao | Enhance pg_stat_wal_receiver view to display host and... |
commit | commitdiff | tree |
2018-03-30 |
Tom Lane | Fix bogus provolatile/proparallel markings on a few... |
commit | commitdiff | tree |
2018-03-30 |
Tom Lane | Ensure that WAL pages skipped by a forced WAL switch... |
commit | commitdiff | tree |
2018-03-30 |
Tom Lane | Remove obsolete SLRU wrapping and warnings from predica... |
commit | commitdiff | tree |
2018-03-30 |
Tom Lane | Improve out-of-memory error reports by including memory... |
commit | commitdiff | tree |
next |