| 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 |
| 2021-07-12 |
Michael Paquier | Revert "Fix issues with Windows' stat() for files pendi... |
commit | commitdiff | tree |
| 2021-07-12 |
Michael Paquier | Fix issues with Windows' stat() for files pending on... |
commit | commitdiff | tree |
| 2021-07-12 |
Michael Paquier | pageinspect: Improve page_header() for pages of 32kB |
commit | commitdiff | tree |
| 2021-07-11 |
Tom Lane | Lock the extension during ALTER EXTENSION ADD/DROP. |
commit | commitdiff | tree |
| 2021-07-11 |
Thomas Munro | Fix pgbench timestamp bugs. |
commit | commitdiff | tree |
| 2021-07-10 |
Jeff Davis | Fix assign_record_type_typmod(). |
commit | commitdiff | tree |
| 2021-07-10 |
Tom Lane | Fix busted test for ldap_initialize. |
commit | commitdiff | tree |
| 2021-07-10 |
Michael Paquier | Add more sanity checks in SASL exchanges |
commit | commitdiff | tree |
| 2021-07-10 |
Dean Rasheed | Fix numeric_mul() overflow due to too many digits after... |
commit | commitdiff | tree |
| 2021-07-09 |
Tom Lane | Un-break AIX build, take 2. |
commit | commitdiff | tree |
| 2021-07-09 |
Alvaro Herrera | libpq: Fix sending queries in pipeline aborted state |
commit | commitdiff | tree |
| 2021-07-09 |
Jeff Davis | Eliminate replication protocol error related to IDENTIF... |
commit | commitdiff | tree |
| 2021-07-09 |
Tom Lane | Un-break AIX build. |
commit | commitdiff | tree |
| 2021-07-09 |
Tom Lane | Avoid creating a RESULT RTE that's marked LATERAL. |
commit | commitdiff | tree |
| 2021-07-09 |
Tom Lane | Update configure's probe for libldap to work with OpenL... |
commit | commitdiff | tree |
| 2021-07-09 |
Tom Lane | Reject cases where a query in WITH rewrites to just... |
commit | commitdiff | tree |
| 2021-07-09 |
David Rowley | Teach pg_size_pretty and pg_size_bytes about petabytes |
commit | commitdiff | tree |
| 2021-07-09 |
Michael Paquier | Add forgotten LSN_FORMAT_ARGS() in xlogreader.c |
commit | commitdiff | tree |
| 2021-07-09 |
Thomas Munro | Remove more obsolete comments about semaphores. |
commit | commitdiff | tree |
| 2021-07-09 |
David Rowley | Use a lookup table for units in pg_size_pretty and... |
commit | commitdiff | tree |
| 2021-07-09 |
David Rowley | Fix incorrect return value in pg_size_pretty(bigint) |
commit | commitdiff | tree |
| 2021-07-08 |
Daniel Gustafsson | Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h |
commit | commitdiff | tree |
| 2021-07-08 |
Peter Eisentraut | Improve error messages about mismatching relkind |
commit | commitdiff | tree |
| next |