| 2019-04-15 |
Noah Misch | Test both 0.0.0.0 and 127.0.0.x addresses to find a... |
commit | commitdiff | tree |
| 2019-04-14 |
Michael Paquier | Switch TAP tests of pg_rewind to use non-superuser... |
commit | commitdiff | tree |
| 2019-04-14 |
Noah Misch | MSYS: Translate REGRESS_SHLIB to a Windows file name. |
commit | commitdiff | tree |
| 2019-04-13 |
Noah Misch | When Perl "kill(9, ...)" fails, try "pg_ctl kill". |
commit | commitdiff | tree |
| 2019-04-13 |
Tom Lane | Prevent memory leaks associated with relcache rd_partch... |
commit | commitdiff | tree |
| 2019-04-13 |
Noah Misch | Consistently test for in-use shared memory. |
commit | commitdiff | tree |
| 2019-04-13 |
Michael Paquier | Revert "Switch TAP tests of pg_rewind to use a role... |
commit | commitdiff | tree |
| 2019-04-12 |
Magnus Hagander | Show shared object statistics in pg_stat_database |
commit | commitdiff | tree |
| 2019-04-12 |
Peter Eisentraut | Fix REINDEX CONCURRENTLY of partitions |
commit | commitdiff | tree |
| 2019-04-12 |
Thomas Munro | Fix GetNewTransactionId()'s interaction with xidVacLimit. |
commit | commitdiff | tree |
| 2019-04-12 |
Michael Paquier | Fix typos in reloptions.c |
commit | commitdiff | tree |
| 2019-04-12 |
Michael Paquier | Switch TAP tests of pg_rewind to use a role with minima... |
commit | commitdiff | tree |
| 2019-04-12 |
Michael Paquier | Fix more strcmp() calls using boolean-like comparisons... |
commit | commitdiff | tree |
| 2019-04-11 |
Tom Lane | Re-order some regression test scripts for more parallelism. |
commit | commitdiff | tree |
| 2019-04-11 |
Tom Lane | Speed up sort-order-comparison tests in create_index_sp... |
commit | commitdiff | tree |
| 2019-04-11 |
Tom Lane | Split up a couple of long-running regression test scripts. |
commit | commitdiff | tree |
| 2019-04-11 |
Tom Lane | Move plpgsql error-trapping tests to a new module-speci... |
commit | commitdiff | tree |
| 2019-04-11 |
Michael Meskes | Fix off-by-one check that can lead to a memory overflow... |
commit | commitdiff | tree |
| 2019-04-11 |
Tom Lane | Remove duplicative polygon SP-GiST sequencing test. |
commit | commitdiff | tree |
| 2019-04-11 |
Bruce Momjian | doc: adjust libpq wording to be neither/nor |
commit | commitdiff | tree |
| 2019-04-11 |
Tom Lane | Remove redundant and ineffective test for btree inserti... |
commit | commitdiff | tree |
| 2019-04-11 |
Alvaro Herrera | Fix declaration after statement |
commit | commitdiff | tree |
| 2019-04-10 |
Tom Lane | Fix backwards test in operator_precedence_warning logic. |
commit | commitdiff | tree |
| 2019-04-10 |
Peter Eisentraut | pg_restore: Make not verbose by default |
commit | commitdiff | tree |
| 2019-04-10 |
Amit Kapila | Avoid counting transaction stats for parallel worker... |
commit | commitdiff | tree |
| 2019-04-10 |
Thomas Munro | Improve comment in sync.h. |
commit | commitdiff | tree |
| 2019-04-09 |
Thomas Munro | Fix typos. |
commit | commitdiff | tree |
| 2019-04-09 |
Tom Lane | Prevent inlining of multiply-referenced CTEs with outer... |
commit | commitdiff | tree |
| 2019-04-09 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2019-04-09 |
Alvaro Herrera | Fix memory leak in pgbench |
commit | commitdiff | tree |
| 2019-04-09 |
Tom Lane | Test some more cases with partitioned tables in EvalPla... |
commit | commitdiff | tree |
| 2019-04-09 |
Noah Misch | Define WIN32_STACK_RLIMIT throughout win32 and cygwin... |
commit | commitdiff | tree |
| 2019-04-09 |
Peter Eisentraut | Replace tabs with spaces in one .sql file |
commit | commitdiff | tree |
| 2019-04-09 |
Heikki Linnakangas | Fix example in comment. |
commit | commitdiff | tree |
| 2019-04-09 |
Noah Misch | Avoid "could not reattach" by providing space for concu... |
commit | commitdiff | tree |
| 2019-04-08 |
Andres Freund | tableam: comment and formatting fixes. |
commit | commitdiff | tree |
| 2019-04-08 |
Peter Eisentraut | doc: Fix whitespace |
commit | commitdiff | tree |
| 2019-04-08 |
Tom Lane | Fix improper interaction of FULL JOINs with lateral... |
commit | commitdiff | tree |
| 2019-04-08 |
Peter Eisentraut | doc: Update serial explanation |
commit | commitdiff | tree |
| 2019-04-08 |
Tom Lane | Fix EvalPlanQualStart to handle partitioned result... |
commit | commitdiff | tree |
| 2019-04-08 |
Peter Eisentraut | doc: Add note about generated columns in foreign tables |
commit | commitdiff | tree |
| 2019-04-08 |
Fujii Masao | Add vacuum_truncate reloption. |
commit | commitdiff | tree |
| 2019-04-08 |
Michael Paquier | Tweak wording of documentation for pg_checksums |
commit | commitdiff | tree |
| 2019-04-08 |
Andres Freund | Reset memory context once per tuple in validateForeignK... |
commit | commitdiff | tree |
| 2019-04-08 |
Andres Freund | Fix a number of issues around modifying a previously... |
commit | commitdiff | tree |
| 2019-04-08 |
Michael Paquier | Add more tests for partition tuple routing with dropped... |
commit | commitdiff | tree |
| 2019-04-07 |
Tom Lane | Avoid fetching past the end of the indoption array. |
commit | commitdiff | tree |
| 2019-04-07 |
Alvaro Herrera | psql \dP: list partitioned tables and indexes |
commit | commitdiff | tree |
| 2019-04-07 |
Tom Lane | Clean up side-effects of commits ab5fcf2b0 et al. |
commit | commitdiff | tree |
| 2019-04-07 |
Peter Eisentraut | Report progress of REINDEX operations |
commit | commitdiff | tree |
| 2019-04-07 |
Peter Eisentraut | Cast pg_stat_progress_cluster.cluster_index_relid to oid |
commit | commitdiff | tree |
| 2019-04-06 |
Tom Lane | Avoid Python memory leaks in hstore_plpython and jsonb_... |
commit | commitdiff | tree |
| 2019-04-06 |
Tom Lane | Fix failures in validateForeignKeyConstraint's slow... |
commit | commitdiff | tree |
| 2019-04-06 |
Michael Paquier | Add support TCP user timeout in libpq and the backend... |
commit | commitdiff | tree |
| 2019-04-05 |
Tom Lane | Use Append rather than MergeAppend for scanning ordered... |
commit | commitdiff | tree |
| 2019-04-05 |
Alvaro Herrera | Add facility to copy replication slots |
commit | commitdiff | tree |
| 2019-04-05 |
Thomas Munro | Wake up interested backends when a checkpoint fails. |
commit | commitdiff | tree |
| 2019-04-05 |
Robert Haas | Fix missing word. |
commit | commitdiff | tree |
| 2019-04-05 |
Tom Lane | Ensure consistent name matching behavior in processSQLN... |
commit | commitdiff | tree |
| 2019-04-05 |
Andres Freund | table: docs: fix typos and grammar. |
commit | commitdiff | tree |
| 2019-04-05 |
Etsuro Fujita | Doc: Update documentation on partitioning vs. foreign... |
commit | commitdiff | tree |
| 2019-04-05 |
Peter Eisentraut | Fix compiler warning |
commit | commitdiff | tree |
| 2019-04-05 |
Noah Misch | Revert "Consistently test for in-use shared memory." |
commit | commitdiff | tree |
| 2019-04-05 |
Thomas Munro | Fix bugs in mdsyncfiletag(). |
commit | commitdiff | tree |
| 2019-04-05 |
Stephen Frost | Handle errors during GSSAPI startup better |
commit | commitdiff | tree |
| 2019-04-05 |
Michael Paquier | Fix some documentation in pg_rewind |
commit | commitdiff | tree |
| 2019-04-05 |
Andres Freund | Remove unused struct member, enforce multi_insert callb... |
commit | commitdiff | tree |
| 2019-04-05 |
Andres Freund | Harden tableam against nonexistant / wrong kind of... |
commit | commitdiff | tree |
| 2019-04-05 |
Peter Geoghegan | Add test coverage for rootdescend verification. |
commit | commitdiff | tree |
| 2019-04-04 |
Andres Freund | tableam: Add table_multi_insert() and revamp/speed... |
commit | commitdiff | tree |
| 2019-04-04 |
Tom Lane | Add a "SQLSTATE-only" error verbosity option to libpq... |
commit | commitdiff | tree |
| 2019-04-04 |
Alvaro Herrera | pg_restore: Require "-f -" to mean stdout |
commit | commitdiff | tree |
| 2019-04-04 |
Tom Lane | Make queries' locking of indexes more consistent. |
commit | commitdiff | tree |
| 2019-04-04 |
Robert Haas | Allow VACUUM to be run with index cleanup disabled. |
commit | commitdiff | tree |
| 2019-04-04 |
Peter Geoghegan | Invalidate binary search bounds consistently. |
commit | commitdiff | tree |
| 2019-04-04 |
Stephen Frost | Move the be_gssapi_get_* prototypes |
commit | commitdiff | tree |
| 2019-04-04 |
Thomas Munro | Refactor the fsync queue for wider use. |
commit | commitdiff | tree |
| 2019-04-04 |
Peter Eisentraut | file_fdw: Fix for generated columns |
commit | commitdiff | tree |
| 2019-04-04 |
Noah Misch | Silence -Wimplicit-fallthrough in sysv_shmem.c. |
commit | commitdiff | tree |
| 2019-04-04 |
Noah Misch | Make src/test/recovery/t/017_shm.pl safe for concurrent... |
commit | commitdiff | tree |
| 2019-04-04 |
Michael Paquier | Improve readability of some tests in strings.sql |
commit | commitdiff | tree |
| 2019-04-04 |
Andres Freund | tableam: basic documentation. |
commit | commitdiff | tree |
| 2019-04-04 |
Noah Misch | Assert that pgwin32_signal_initialize() has been called... |
commit | commitdiff | tree |
| 2019-04-04 |
Noah Misch | Handle USE_MODULE_DB for all tests able to use an insta... |
commit | commitdiff | tree |
| 2019-04-04 |
Noah Misch | Consistently test for in-use shared memory. |
commit | commitdiff | tree |
| 2019-04-03 |
Tom Lane | Doc: clarify partial-index example. |
commit | commitdiff | tree |
| 2019-04-03 |
Tomas Vondra | Add SETTINGS option to EXPLAIN, to print modified settings. |
commit | commitdiff | tree |
| 2019-04-03 |
Alvaro Herrera | Tweak docs for log_statement_sample_rate |
commit | commitdiff | tree |
| 2019-04-03 |
Alvaro Herrera | Log all statements from a sample of transactions |
commit | commitdiff | tree |
| 2019-04-03 |
Tom Lane | Remove now-unnecessary thread pointer arguments in... |
commit | commitdiff | tree |
| 2019-04-03 |
Tomas Vondra | Reduce overhead of pg_mcv_list (de)serialization |
commit | commitdiff | tree |
| 2019-04-03 |
Stephen Frost | GSSAPI encryption support |
commit | commitdiff | tree |
| 2019-04-03 |
Alvaro Herrera | Copy name when cloning FKs recurses to partitions |
commit | commitdiff | tree |
| 2019-04-03 |
Alvaro Herrera | Support foreign keys that reference partitioned tables |
commit | commitdiff | tree |
| 2019-04-03 |
Heikki Linnakangas | Generate less WAL during GiST, GIN and SP-GiST index... |
commit | commitdiff | tree |
| 2019-04-03 |
Alvaro Herrera | Correctly initialize newly added struct member |
commit | commitdiff | tree |
| 2019-04-02 |
Alvaro Herrera | Prevent use of uninitialized variable |
commit | commitdiff | tree |
| 2019-04-02 |
Alvaro Herrera | Update expected output for modified catalog definition |
commit | commitdiff | tree |
| 2019-04-02 |
Alvaro Herrera | Report progress of CREATE INDEX operations |
commit | commitdiff | tree |
| 2019-04-02 |
Stephen Frost | Add support for partial TOAST decompression |
commit | commitdiff | tree |
| next |