| 2021-05-22 |
David Rowley | Fix planner's use of Result Cache with unique joins |
commit | commitdiff | tree |
| 2021-05-22 |
Bruce Momjian | doc: complete adding XML markup to PG 14 relnotes |
commit | commitdiff | tree |
| 2021-05-21 |
Bruce Momjian | doc: more XML markup for PG 14 release notes |
commit | commitdiff | tree |
| 2021-05-21 |
Tom Lane | Disallow whole-row variables in GENERATED expressions. |
commit | commitdiff | tree |
| 2021-05-21 |
Tom Lane | Fix usage of "tableoid" in GENERATED expressions. |
commit | commitdiff | tree |
| 2021-05-21 |
Tom Lane | Restore the portal-level snapshot after procedure COMMI... |
commit | commitdiff | tree |
| 2021-05-21 |
Peter Eisentraut | Put some psql documentation pieces back into alphabetic... |
commit | commitdiff | tree |
| 2021-05-21 |
Amit Kapila | Fix deadlock for multiple replicating truncates of... |
commit | commitdiff | tree |
| 2021-05-20 |
Tom Lane | Avoid detoasting failure after COMMIT inside a plpgsql... |
commit | commitdiff | tree |
| 2021-05-20 |
Bruce Momjian | doc: change PG 14 relnotes as suggested by Justin... |
commit | commitdiff | tree |
| 2021-05-20 |
Andrew Dunstan | Install PostgresVersion.pm |
commit | commitdiff | tree |
| 2021-05-20 |
Tom Lane | Clean up cpluspluscheck violation. |
commit | commitdiff | tree |
| 2021-05-20 |
Andrew Dunstan | Use a more portable way to get the version string in... |
commit | commitdiff | tree |
| 2021-05-19 |
Tom Lane | Avoid creating testtablespace directories where not... |
commit | commitdiff | tree |
| 2021-05-19 |
Bruce Momjian | doc: revert 1e7d53bd01 so libpq chapter number is... |
commit | commitdiff | tree |
| 2021-05-19 |
Bruce Momjian | doc: add xreflabel for libpq chapter, needed for PG... |
commit | commitdiff | tree |
| 2021-05-19 |
Dean Rasheed | Fix pgbench permute tests. |
commit | commitdiff | tree |
| 2021-05-19 |
Fujii Masao | Make standby promotion reset the recovery pause state... |
commit | commitdiff | tree |
| 2021-05-19 |
Amit Kapila | Fix 020_messages.pl test. |
commit | commitdiff | tree |
| 2021-05-19 |
Bruce Momjian | doc: partial completion of XML markup for PG 14 releas... |
commit | commitdiff | tree |
| 2021-05-19 |
Fujii Masao | Fix issues in pg_stat_wal. |
commit | commitdiff | tree |
| 2021-05-19 |
Michael Paquier | Add --no-toast-compression to pg_dumpall |
commit | commitdiff | tree |
| 2021-05-18 |
Bruce Momjian | doc: add PG 14 rel item about vacuum_cleanup_index_sca... |
commit | commitdiff | tree |
| 2021-05-17 |
David Rowley | Fix typo and outdated information in README.barrier |
commit | commitdiff | tree |
| 2021-05-17 |
Tom Lane | Stamp 14beta1. REL_14_BETA1 |
commit | commitdiff | tree |
| 2021-05-17 |
Magnus Hagander | Remove obsolete reference to winflex download |
commit | commitdiff | tree |
| 2021-05-17 |
Bruce Momjian | doc: PG 14 relnotes adjustments from Fujii Masao |
commit | commitdiff | tree |
| 2021-05-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2021-05-17 |
Magnus Hagander | Fix wording in description of pg_stat_statements.toplevel |
commit | commitdiff | tree |
| 2021-05-17 |
Etsuro Fujita | Doc: Update documentation for asynchronous execution. |
commit | commitdiff | tree |
| 2021-05-17 |
Bruce Momjian | doc: update PG 14 relnotes from feedback by Tom, Alvaro... |
commit | commitdiff | tree |
| 2021-05-15 |
Bruce Momjian | doc: remove XML comments around compute_query_id PG14... |
commit | commitdiff | tree |
| 2021-05-15 |
Bruce Momjian | doc: update PG 14 release notes for compute_query_id... |
commit | commitdiff | tree |
| 2021-05-15 |
Alvaro Herrera | Unbreak EXEC_BACKEND build |
commit | commitdiff | tree |
| 2021-05-15 |
Alvaro Herrera | Allow compute_query_id to be set to 'auto' and make... |
commit | commitdiff | tree |
| 2021-05-15 |
Tom Lane | Be more careful about barriers when releasing Backgroun... |
commit | commitdiff | tree |
| 2021-05-14 |
Peter Geoghegan | Harden nbtree deduplication posting split code. |
commit | commitdiff | tree |
| 2021-05-14 |
Tom Lane | Prevent infinite insertion loops in spgdoinsert(). |
commit | commitdiff | tree |
| 2021-05-14 |
Tom Lane | Fix query-cancel handling in spgdoinsert(). |
commit | commitdiff | tree |
| 2021-05-14 |
Tom Lane | Refactor CHECK_FOR_INTERRUPTS() to add flexibility. |
commit | commitdiff | tree |
| 2021-05-14 |
Alvaro Herrera | Describe (auto-)analyze behavior for partitioned tables |
commit | commitdiff | tree |
| 2021-05-14 |
Bruce Momjian | doc: update PG 14 release notes with recent feedback |
commit | commitdiff | tree |
| 2021-05-14 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
| 2021-05-14 |
Bruce Momjian | doc: PG 14 release notes, reorder items by significance |
commit | commitdiff | tree |
| 2021-05-14 |
David Rowley | Convert misleading while loop into an if condition |
commit | commitdiff | tree |
| 2021-05-13 |
Peter Geoghegan | Fix autovacuum log output heap truncation issue. |
commit | commitdiff | tree |
| 2021-05-13 |
Bruce Momjian | doc: PG 14 release notes, adjust updates/deletes on... |
commit | commitdiff | tree |
| 2021-05-13 |
Alexander Korotkov | Improve documentation example for jsonpath like_regex... |
commit | commitdiff | tree |
| 2021-05-13 |
Etsuro Fujita | Prevent asynchronous execution of direct foreign-table... |
commit | commitdiff | tree |
| 2021-05-13 |
Peter Eisentraut | pg_amcheck: Message style and formatting improvements |
commit | commitdiff | tree |
| 2021-05-13 |
Amit Kapila | Fix tests for replication slots stats. |
commit | commitdiff | tree |
| 2021-05-13 |
Bruce Momjian | doc: update PG 14 release notes based on current feedback |
commit | commitdiff | tree |
| 2021-05-13 |
Michael Paquier | Make saner the tab completion of INSERT and DELETE... |
commit | commitdiff | tree |
| 2021-05-12 |
Alvaro Herrera | Rename the logical replication global "wrconn" |
commit | commitdiff | tree |
| 2021-05-12 |
Tom Lane | Double-space commands in system_constraints.sql/system_... |
commit | commitdiff | tree |
| 2021-05-12 |
Tom Lane | Doc: update bki.sgml's statements about OID ranges. |
commit | commitdiff | tree |
| 2021-05-12 |
Tom Lane | Do pre-release housekeeping on catalog data. |
commit | commitdiff | tree |
| 2021-05-12 |
Tom Lane | Initial pgindent and pgperltidy run for v14. |
commit | commitdiff | tree |
| 2021-05-12 |
Michael Paquier | Simplify one use of ScanKey in pg_subscription.c |
commit | commitdiff | tree |
| 2021-05-12 |
Peter Eisentraut | Refactor some error messages for easier translation |
commit | commitdiff | tree |
| 2021-05-12 |
Etsuro Fujita | Fix EXPLAIN ANALYZE for async-capable nodes. |
commit | commitdiff | tree |
| 2021-05-12 |
Tom Lane | Reduce runtime of privileges.sql test under CLOBBER_CAC... |
commit | commitdiff | tree |
| 2021-05-12 |
Fujii Masao | Change data type of counters in BufferUsage and WalUsag... |
commit | commitdiff | tree |
| 2021-05-12 |
Andrew Dunstan | Tweak generation of Gen_dummy_probes.pl |
commit | commitdiff | tree |
| 2021-05-11 |
Tom Lane | Fix vcregress.pl's ancient misspelling of --max-connect... |
commit | commitdiff | tree |
| 2021-05-11 |
Tom Lane | Get rid of the separate serial_schedule list of tests. |
commit | commitdiff | tree |
| 2021-05-11 |
Bruce Momjian | doc: update PG 14 release notes based on feedback |
commit | commitdiff | tree |
| 2021-05-11 |
Tom Lane | Replace opr_sanity test's binary_coercible() function... |
commit | commitdiff | tree |
| 2021-05-11 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2021-05-11 |
Bruce Momjian | doc: update PG 14 release notes based on feedback... |
commit | commitdiff | tree |
| 2021-05-11 |
David Rowley | Doc: Remove outdated note about run-time partition... |
commit | commitdiff | tree |
| 2021-05-11 |
Michael Paquier | Add support for LZ4 build in MSVC scripts |
commit | commitdiff | tree |
| 2021-05-10 |
Tom Lane | Fix mishandling of resjunk columns in ON CONFLICT ... |
commit | commitdiff | tree |
| 2021-05-10 |
Tom Lane | Prevent integer overflows in array subscripting calcula... |
commit | commitdiff | tree |
| 2021-05-10 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2021-05-10 |
Peter Eisentraut | Emit dummy statements for probes.d probes when disabled |
commit | commitdiff | tree |
| 2021-05-10 |
Peter Eisentraut | Remove unused function arguments |
commit | commitdiff | tree |
| 2021-05-10 |
Michael Paquier | Fix typos in operatorcmds.c |
commit | commitdiff | tree |
| 2021-05-10 |
Bruce Momjian | doc: first draft of the PG 14 release notes |
commit | commitdiff | tree |
| 2021-05-10 |
Michael Paquier | Fix generation of ./INSTALL for the distribution tarball |
commit | commitdiff | tree |
| 2021-05-10 |
Thomas Munro | Revert recovery prefetching feature. |
commit | commitdiff | tree |
| 2021-05-10 |
Michael Paquier | Add more TAP tests for pg_dump with attribute compression |
commit | commitdiff | tree |
| 2021-05-10 |
Michael Paquier | doc: Fix some gaps with the documentation related to LZ4 |
commit | commitdiff | tree |
| 2021-05-09 |
Tom Lane | Improve comments about USE_VALGRIND in pg_config_manual.h. |
commit | commitdiff | tree |
| 2021-05-08 |
David Rowley | Move memory accounting Asserts for Result Cache code |
commit | commitdiff | tree |
| 2021-05-08 |
Tom Lane | Sync guc.c and postgresql.conf.sample with the SGML... |
commit | commitdiff | tree |
| 2021-05-08 |
Tom Lane | Doc: copy-editing for debug_invalidate_system_caches_al... |
commit | commitdiff | tree |
| 2021-05-08 |
Michael Paquier | Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION |
commit | commitdiff | tree |
| 2021-05-07 |
Tomas Vondra | Copy the INSERT query in postgres_fdw |
commit | commitdiff | tree |
| 2021-05-07 |
Andrew Dunstan | Add a README and Makefile recipe for Gen_dummy_probes.pl |
commit | commitdiff | tree |
| 2021-05-07 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2021-05-07 |
Alvaro Herrera | AlterSubscription_refresh: avoid stomping on global... |
commit | commitdiff | tree |
| 2021-05-07 |
Andrew Dunstan | Remove extraneous newlines added by perl copyright... |
commit | commitdiff | tree |
| 2021-05-07 |
Andrew Dunstan | Add a copyright notice to perl files lacking one. |
commit | commitdiff | tree |
| 2021-05-07 |
Tomas Vondra | Mention statistics objects in maintenance.sgml |
commit | commitdiff | tree |
| 2021-05-07 |
Tomas Vondra | Fix typos in comments about extended statistics |
commit | commitdiff | tree |
| 2021-05-07 |
Tomas Vondra | Make pg_get_statisticsobjdef_expressions return NULL |
commit | commitdiff | tree |
| 2021-05-07 |
Thomas Munro | Doc: Update notes about libc collation versions. |
commit | commitdiff | tree |
| 2021-05-07 |
Thomas Munro | Revert per-index collation version tracking feature. |
commit | commitdiff | tree |
| 2021-05-06 |
Alvaro Herrera | Remove redundant variable |
commit | commitdiff | tree |
| next |