users/c2main/postgres.git
2021-05-29 Tom LaneDoc: improve libpq service-file docs, avoid overspecify...
2021-05-29 Thomas MunroFix race condition when sharing tuple descriptors.
2021-05-28 Andrew Dunstanfix syntax error
2021-05-28 Andrew DunstanReport configured port in MSVC built pg_config
2021-05-28 Peter GeogheganFix VACUUM VERBOSE's LP_DEAD item pages output.
2021-05-27 Tom LaneReduce the range of OIDs reserved for genbki.pl.
2021-05-27 Tom LaneRethink definition of pg_attribute.attcompression.
2021-05-27 Peter EisentrautFix vpath build in libpq_pipeline test
2021-05-27 Peter EisentrautAdd NO_INSTALL option to pgxs
2021-05-27 Michael PaquierFix MSVC scripts when building with GSSAPI/Kerberos
2021-05-27 Peter EisentrautReplace run-time error check with assertion
2021-05-27 Michael Paquierdoc: Fix description of some GUCs in docs and postgresq...
2021-05-27 Amit KapilaFix assertion during streaming of multi-insert toast...
2021-05-26 Michael PaquierFix typo in heapam.c
2021-05-25 Alvaro HerreraMake detach-partition-concurrently-4 less timing sensitive
2021-05-25 Tom LaneFix use of uninitialized variable in inline_function().
2021-05-25 Alvaro HerreraMake detach-partition-concurrently-3 less timing-sensitive
2021-05-25 Peter Eisentrautpostgresql.conf.sample: Make vertical spacing consistent
2021-05-25 Michael PaquierFix memory leak when de-toasting compressed values...
2021-05-25 Amit KapilaDoc: Update logical decoding stats information.
2021-05-25 Amit KapilaImprove docs and error messages for parallel vacuum.
2021-05-25 Michael PaquierDisallow SSL renegotiation
2021-05-25 David RowleyFix setrefs.c code for Result Cache nodes
2021-05-25 Peter GeogheganConsider triggering VACUUM failsafe during scan.
2021-05-24 Tom LaneDoc: move some catalogs.sgml entries to the right place.
2021-05-24 David RowleyAdd missing NULL check when building Result Cache paths
2021-05-23 Tom LaneRe-order pg_attribute columns to eliminate some padding...
2021-05-23 Tom LaneBe more verbose when the postmaster unexpectedly quits.
2021-05-23 Bruce Momjiandoc: word-wrap and indent PG 14 relnotes
2021-05-23 Tom LaneFix access to no-longer-open relcache entry in logical...
2021-05-23 Bruce Momjiandoc: PG 14 relnotes, adjust pg_{read|write}_all_data...
2021-05-22 Bruce MomjianUpdate PG 14 relnotes for vacuum_cost_page_miss
2021-05-22 Tom LaneRemove plpgsql's special-case code paths for SET/RESET.
2021-05-22 David RowleyFix planner's use of Result Cache with unique joins
2021-05-22 Bruce Momjiandoc: complete adding XML markup to PG 14 relnotes
2021-05-21 Bruce Momjiandoc: more XML markup for PG 14 release notes
2021-05-21 Tom LaneDisallow whole-row variables in GENERATED expressions.
2021-05-21 Tom LaneFix usage of "tableoid" in GENERATED expressions.
2021-05-21 Tom LaneRestore the portal-level snapshot after procedure COMMI...
2021-05-21 Peter EisentrautPut some psql documentation pieces back into alphabetic...
2021-05-21 Amit KapilaFix deadlock for multiple replicating truncates of...
2021-05-20 Tom LaneAvoid detoasting failure after COMMIT inside a plpgsql...
2021-05-20 Bruce Momjiandoc: change PG 14 relnotes as suggested by Justin...
2021-05-20 Andrew DunstanInstall PostgresVersion.pm
2021-05-20 Tom LaneClean up cpluspluscheck violation.
2021-05-20 Andrew DunstanUse a more portable way to get the version string in...
2021-05-19 Tom LaneAvoid creating testtablespace directories where not...
2021-05-19 Bruce Momjiandoc: revert 1e7d53bd01 so libpq chapter number is...
2021-05-19 Bruce Momjiandoc: add xreflabel for libpq chapter, needed for PG...
2021-05-19 Dean RasheedFix pgbench permute tests.
2021-05-19 Fujii MasaoMake standby promotion reset the recovery pause state...
2021-05-19 Amit KapilaFix 020_messages.pl test.
2021-05-19 Bruce Momjiandoc: partial completion of XML markup for PG 14 releas...
2021-05-19 Fujii MasaoFix issues in pg_stat_wal.
2021-05-19 Michael PaquierAdd --no-toast-compression to pg_dumpall
2021-05-18 Bruce Momjiandoc: add PG 14 rel item about vacuum_cleanup_index_sca...
2021-05-17 David RowleyFix typo and outdated information in README.barrier
2021-05-17 Tom LaneStamp 14beta1.
2021-05-17 Magnus HaganderRemove obsolete reference to winflex download
2021-05-17 Bruce Momjiandoc: PG 14 relnotes adjustments from Fujii Masao
2021-05-17 Peter EisentrautTranslation updates
2021-05-17 Magnus HaganderFix wording in description of pg_stat_statements.toplevel
2021-05-17 Etsuro FujitaDoc: Update documentation for asynchronous execution.
2021-05-17 Bruce Momjiandoc: update PG 14 relnotes from feedback by Tom, Alvaro...
2021-05-15 Bruce Momjiandoc: remove XML comments around compute_query_id PG14...
2021-05-15 Bruce Momjiandoc: update PG 14 release notes for compute_query_id...
2021-05-15 Alvaro HerreraUnbreak EXEC_BACKEND build
2021-05-15 Alvaro HerreraAllow compute_query_id to be set to 'auto' and make...
2021-05-15 Tom LaneBe more careful about barriers when releasing Backgroun...
2021-05-14 Peter GeogheganHarden nbtree deduplication posting split code.
2021-05-14 Tom LanePrevent infinite insertion loops in spgdoinsert().
2021-05-14 Tom LaneFix query-cancel handling in spgdoinsert().
2021-05-14 Tom LaneRefactor CHECK_FOR_INTERRUPTS() to add flexibility.
2021-05-14 Alvaro HerreraDescribe (auto-)analyze behavior for partitioned tables
2021-05-14 Bruce Momjiandoc: update PG 14 release notes with recent feedback
2021-05-14 Peter EisentrautMessage style improvements
2021-05-14 Bruce Momjiandoc: PG 14 release notes, reorder items by significance
2021-05-14 David RowleyConvert misleading while loop into an if condition
2021-05-13 Peter GeogheganFix autovacuum log output heap truncation issue.
2021-05-13 Bruce Momjiandoc: PG 14 release notes, adjust updates/deletes on...
2021-05-13 Alexander KorotkovImprove documentation example for jsonpath like_regex...
2021-05-13 Etsuro FujitaPrevent asynchronous execution of direct foreign-table...
2021-05-13 Peter Eisentrautpg_amcheck: Message style and formatting improvements
2021-05-13 Amit KapilaFix tests for replication slots stats.
2021-05-13 Bruce Momjiandoc: update PG 14 release notes based on current feedback
2021-05-13 Michael PaquierMake saner the tab completion of INSERT and DELETE...
2021-05-12 Alvaro HerreraRename the logical replication global "wrconn"
2021-05-12 Tom LaneDouble-space commands in system_constraints.sql/system_...
2021-05-12 Tom LaneDoc: update bki.sgml's statements about OID ranges.
2021-05-12 Tom LaneDo pre-release housekeeping on catalog data.
2021-05-12 Tom LaneInitial pgindent and pgperltidy run for v14.
2021-05-12 Michael PaquierSimplify one use of ScanKey in pg_subscription.c
2021-05-12 Peter EisentrautRefactor some error messages for easier translation
2021-05-12 Etsuro FujitaFix EXPLAIN ANALYZE for async-capable nodes.
2021-05-12 Tom LaneReduce runtime of privileges.sql test under CLOBBER_CAC...
2021-05-12 Fujii MasaoChange data type of counters in BufferUsage and WalUsag...
2021-05-12 Andrew DunstanTweak generation of Gen_dummy_probes.pl
2021-05-11 Tom LaneFix vcregress.pl's ancient misspelling of --max-connect...
2021-05-11 Tom LaneGet rid of the separate serial_schedule list of tests.
2021-05-11 Bruce Momjiandoc: update PG 14 release notes based on feedback
next