| 2021-07-28 |
Michael Paquier | Add support for SET ACCESS METHOD in ALTER TABLE |
commit | commitdiff | tree |
| 2021-07-28 |
David Rowley | Remove seemingly unneeded include directory in MSVC... |
commit | commitdiff | tree |
| 2021-07-27 |
Alvaro Herrera | Set pg_setting.pending_restart when pertinent config... |
commit | commitdiff | tree |
| 2021-07-27 |
Tom Lane | Fix bugs in polymorphic-argument resolution for multira... |
commit | commitdiff | tree |
| 2021-07-27 |
Tom Lane | Stabilize output of new regression test. |
commit | commitdiff | tree |
| 2021-07-27 |
Fujii Masao | Avoid using ambiguous word "non-negative" in error... |
commit | commitdiff | tree |
| 2021-07-27 |
Tom Lane | In event triggers, use "pg_temp" only for our own temp... |
commit | commitdiff | tree |
| 2021-07-27 |
Tom Lane | Use the "pg_temp" schema alias in EXPLAIN and related... |
commit | commitdiff | tree |
| 2021-07-27 |
Andrew Dunstan | Disable command echo in pg_upgrade-created windows... |
commit | commitdiff | tree |
| 2021-07-27 |
Bruce Momjian | doc: for various substring funcs, document if only... |
commit | commitdiff | tree |
| 2021-07-27 |
Bruce Momjian | pg_resetxlog: add option to set oldest xid & use by... |
commit | commitdiff | tree |
| 2021-07-27 |
Michael Paquier | Simplify matching pattern check in TAP tests of pg_rece... |
commit | commitdiff | tree |
| 2021-07-27 |
Michael Paquier | Skip trailing whitespaces when parsing integer options |
commit | commitdiff | tree |
| 2021-07-26 |
Alvaro Herrera | Remove newly added useless assertion check |
commit | commitdiff | tree |
| 2021-07-26 |
Tomas Vondra | psql \dX: check schema when listing statistics objects |
commit | commitdiff | tree |
| 2021-07-26 |
Dean Rasheed | Allow numeric scale to be negative or greater than... |
commit | commitdiff | tree |
| 2021-07-26 |
Michael Paquier | doc: Fix command example to run regression tests with... |
commit | commitdiff | tree |
| 2021-07-26 |
Tom Lane | Harden pg_stat_statements tests against CLOBBER_CACHE_A... |
commit | commitdiff | tree |
| 2021-07-26 |
David Rowley | Fix incorrect comment for get_agg_clause_costs |
commit | commitdiff | tree |
| 2021-07-26 |
Michael Paquier | Fix a couple of memory leaks in src/bin/pg_basebackup/ |
commit | commitdiff | tree |
| 2021-07-25 |
Tom Lane | Get rid of artificial restriction on hash table sizes... |
commit | commitdiff | tree |
| 2021-07-25 |
Andres Freund | Deduplicate choice of horizon for a relation procarray.c. |
commit | commitdiff | tree |
| 2021-07-24 |
Tom Lane | Fix check for conflicting session- vs transaction-level... |
commit | commitdiff | tree |
| 2021-07-24 |
Tom Lane | Make printf("%s", NULL) print "(null)" instead of crashing. |
commit | commitdiff | tree |
| 2021-07-24 |
Tom Lane | Remove configure-time thread safety checking (thread_te... |
commit | commitdiff | tree |
| 2021-07-24 |
Tom Lane | Fix failure of some headers to compile "standalone". |
commit | commitdiff | tree |
| 2021-07-24 |
Michael Paquier | Add missing header declarations for pg_basebackup and... |
commit | commitdiff | tree |
| 2021-07-24 |
Michael Paquier | Unify parsing logic for command-line integer options |
commit | commitdiff | tree |
| 2021-07-23 |
Alvaro Herrera | Make new test immune to collation |
commit | commitdiff | tree |
| 2021-07-22 |
Alvaro Herrera | Make ALTER TRIGGER RENAME consistent for partitioned... |
commit | commitdiff | tree |
| 2021-07-22 |
Alvaro Herrera | Rework installation instructions again |
commit | commitdiff | tree |
| 2021-07-22 |
John Naylor | Fix division by zero error in date_bin |
commit | commitdiff | tree |
| 2021-07-22 |
Peter Eisentraut | Fix typo in comment |
commit | commitdiff | tree |
| 2021-07-22 |
Michael Paquier | Disable TAP tests of pg_receivewal for ZLIB on Windows |
commit | commitdiff | tree |
| 2021-07-22 |
Thomas Munro | jit: Don't inline functions that access thread-locals. |
commit | commitdiff | tree |
| 2021-07-22 |
David Rowley | Make nodeSort.c use Datum sorts for single column sorts |
commit | commitdiff | tree |
| 2021-07-21 |
Tom Lane | Doc: improve documentation about exponentiation operator. |
commit | commitdiff | tree |
| 2021-07-21 |
Alvaro Herrera | Improve installation instructions a bit |
commit | commitdiff | tree |
| 2021-07-21 |
John Naylor | Document "B" and "us" as accepted units in postgres... |
commit | commitdiff | tree |
| 2021-07-21 |
John Naylor | Add missing check of noError parameter in euc_tw_and_big5.c |
commit | commitdiff | tree |
| 2021-07-21 |
Peter Eisentraut | Add missing enum tags in enums used in nodes |
commit | commitdiff | tree |
| 2021-07-21 |
Peter Eisentraut | Rename some node support functions for consistency |
commit | commitdiff | tree |
| 2021-07-21 |
Peter Eisentraut | Rename argument of _outValue() |
commit | commitdiff | tree |
| 2021-07-21 |
Peter Eisentraut | Rename NodeTag of ExprState |
commit | commitdiff | tree |
| 2021-07-21 |
Peter Eisentraut | More improvements of error messages about mismatching... |
commit | commitdiff | tree |
| 2021-07-21 |
Fujii Masao | doc: Document that only superusers can use pg_import_sy... |
commit | commitdiff | tree |
| 2021-07-21 |
Fujii Masao | Make XLOG_FPI_FOR_HINT records honor full_page_writes... |
commit | commitdiff | tree |
| 2021-07-20 |
Tom Lane | Fix corner-case uninitialized-variable issues in plpgsql. |
commit | commitdiff | tree |
| 2021-07-20 |
Michael Paquier | Re-enable TAP tests of pg_receivewal for ZLIB on Windows |
commit | commitdiff | tree |
| 2021-07-20 |
Michael Paquier | Fix some issues with WAL segment opening for pg_receive... |
commit | commitdiff | tree |
| 2021-07-20 |
Amit Kapila | Fix potential buffer overruns in proto.c. |
commit | commitdiff | tree |
| 2021-07-20 |
Peter Geoghegan | Doc: vacuum_multixact_failsafe_age is multixact-based. |
commit | commitdiff | tree |
| 2021-07-20 |
Peter Geoghegan | vacuumdb: Correct comment about --force-index-cleanup. |
commit | commitdiff | tree |
| 2021-07-19 |
Thomas Munro | Don't use #if inside function-like macro arguments. |
commit | commitdiff | tree |
| 2021-07-19 |
Alvaro Herrera | Make new replication slot test code even less racy |
commit | commitdiff | tree |
| 2021-07-19 |
Peter Eisentraut | Remove some whitespace in generated C output |
commit | commitdiff | tree |
| 2021-07-19 |
Peter Eisentraut | Make UCS_to_most.pl process encodings in sorted order |
commit | commitdiff | tree |
| 2021-07-19 |
Peter Eisentraut | Use l*_node() family of functions where appropriate |
commit | commitdiff | tree |
| 2021-07-19 |
Amit Kapila | Don't allow to set replication slot_name as ''. |
commit | commitdiff | tree |
| 2021-07-19 |
Thomas Munro | Adjust commit 2dbe8905 for ancient macOS. |
commit | commitdiff | tree |
| 2021-07-19 |
Michael Paquier | doc: Mention CASCADE/RESTRICT for DROP STATISTICS |
commit | commitdiff | tree |
| 2021-07-19 |
Amit Kapila | Update comments for AlterSubscription. |
commit | commitdiff | tree |
| 2021-07-18 |
Thomas Munro | Support direct I/O on macOS. |
commit | commitdiff | tree |
| 2021-07-18 |
Alexander Korotkov | Forgotten catversion bump for 9e3c217bd9 |
commit | commitdiff | tree |
| 2021-07-18 |
Alexander Korotkov | Support for unnest(multirange) |
commit | commitdiff | tree |
| 2021-07-18 |
Dean Rasheed | Improve error checking of CREATE COLLATION options. |
commit | commitdiff | tree |
| 2021-07-17 |
Alvaro Herrera | Make new replication slot test code less racy |
commit | commitdiff | tree |
| 2021-07-17 |
Tom Lane | Doc: document the current-transaction-modes GUCs. |
commit | commitdiff | tree |
| 2021-07-16 |
Alvaro Herrera | Fix pg_dump for disabled triggers on partitioned tables |
commit | commitdiff | tree |
| 2021-07-16 |
Alvaro Herrera | Preserve firing-on state when cloning row triggers... |
commit | commitdiff | tree |
| 2021-07-16 |
Alvaro Herrera | Advance old-segment horizon properly after slot invalid... |
commit | commitdiff | tree |
| 2021-07-16 |
Peter Eisentraut | doc: Spell checking |
commit | commitdiff | tree |
| 2021-07-16 |
Michael Paquier | Disable tests involving ZLIB on Windows for pg_receivewal |
commit | commitdiff | tree |
| 2021-07-15 |
Daniel Gustafsson | docs: fix inconsistencies in markup and case |
commit | commitdiff | tree |
| 2021-07-15 |
Tom Lane | Replace explicit PIN entries in pg_depend with an OID... |
commit | commitdiff | tree |
| 2021-07-15 |
Tom Lane | Ensure HAVE_DECL_XXX macros in MSVC builds match those... |
commit | commitdiff | tree |
| 2021-07-15 |
Michael Paquier | Fix portability issue with gzip in TAP test of pg_recei... |
commit | commitdiff | tree |
| 2021-07-15 |
Alexander Korotkov | Fix small inconsistencies in catalog definition of... |
commit | commitdiff | tree |
| 2021-07-15 |
Dean Rasheed | Improve reporting of "conflicting or redundant options... |
commit | commitdiff | tree |
| 2021-07-15 |
Michael Paquier | Add TAP tests for ZLIB compression for pg_receivewal |
commit | commitdiff | tree |
| 2021-07-15 |
Michael Paquier | Remove unnecessary assertion in postmaster.c |
commit | commitdiff | tree |
| 2021-07-15 |
Thomas Munro | Portability fixes for sigwait. |
commit | commitdiff | tree |
| 2021-07-14 |
Peter Eisentraut | Fix some nonstandard C code indentation in grammar... |
commit | commitdiff | tree |
| 2021-07-14 |
Tom Lane | Copy a Param's location field when replacing it with... |
commit | commitdiff | tree |
| 2021-07-14 |
John Naylor | Remove unused function parameter in get_qual_from_partbound |
commit | commitdiff | tree |
| 2021-07-14 |
Heikki Linnakangas | In psql \copy from, send data to server in larger chunks. |
commit | commitdiff | tree |
| 2021-07-14 |
Magnus Hagander | Clarify description of pg_stat_statements columns |
commit | commitdiff | tree |
| 2021-07-14 |
Peter Eisentraut | Fix lack of message pluralization |
commit | commitdiff | tree |
| 2021-07-14 |
Amit Kapila | Add support for prepared transactions to built-in logic... |
commit | commitdiff | tree |
| 2021-07-14 |
Michael Paquier | Install properly fe-auth-sasl.h |
commit | commitdiff | tree |
| 2021-07-14 |
David Rowley | Change the name of the Result Cache node to Memoize |
commit | commitdiff | tree |
| 2021-07-13 |
Tom Lane | Rename debug_invalidate_system_caches_always to debug_d... |
commit | commitdiff | tree |
| 2021-07-13 |
David Rowley | Remove useless range checks on INT8 sequences |
commit | commitdiff | tree |
| 2021-07-13 |
David Rowley | Robustify tuplesort's free_sort_tuple function |
commit | commitdiff | tree |
| 2021-07-13 |
David Rowley | Fix theoretical bug in tuplesort |
commit | commitdiff | tree |
| 2021-07-12 |
Thomas Munro | Add PSQL_WATCH_PAGER for psql's \watch command. |
commit | commitdiff | tree |
| 2021-07-12 |
Tom Lane | Probe for preadv/pwritev in a more macOS-friendly way. |
commit | commitdiff | tree |
| 2021-07-12 |
Tom Lane | Replace RelationOpenSmgr() with RelationGetSmgr(). |
commit | commitdiff | tree |
| 2021-07-12 |
Peter Eisentraut | doc: Fix typo in function prototype |
commit | commitdiff | tree |
| 2021-07-12 |
Heikki Linnakangas | Remove dead assignment to local variable. |
commit | commitdiff | tree |
| next |