Mailing lists [pgsql-committers]
- [COMMITTERS] pgsql: Use proper enum constants for LockWaitPolicy Peter Eisentraut
- Re: [COMMITTERS] pgsql: Make useful infrastructure from aset.cgenerally available. Peter Eisentraut
- Re: [COMMITTERS] pgsql: Make useful infrastructure from aset.cgenerally available. Andres Freund
- [COMMITTERS] pgsql: Reduce size of common allocation header. Andres Freund
- [COMMITTERS] pgsql: Overhaul memory management README. Andres Freund
- [COMMITTERS] pgsql: Fix assertion failure due to over-eager code deduplication. Andres Freund
- [COMMITTERS] pgsql: hash: Refactor and clean up bucket split code. Robert Haas
- [COMMITTERS] pgsql: psql: Add tab completion for DEALLOCATE Peter Eisentraut
- [COMMITTERS] pgsql: Move atooid() definition to a central place Peter Eisentraut
- [COMMITTERS] pgsql: Collect duplicate copies of oid_cmp() Peter Eisentraut
- [COMMITTERS] pgsql: Fix naming inconsistency Peter Eisentraut
- [COMMITTERS] pgsql: Fix s/ITERTOR/ITERATOR/ typo in simplehash.h. Andres Freund
- [COMMITTERS] pgsql: Fix timeouts in PostgresNode::psql Peter Eisentraut
- [COMMITTERS] pgsql: Fix timeouts in PostgresNode::psql Peter Eisentraut
-
[COMMITTERS] pgsql: Create
in the functions-xml section Alvaro Herrera - [COMMITTERS] pgsql: Handle unaligned SerializeSnapshot() buffer. Noah Misch
- [COMMITTERS] pgsql: Handle unaligned SerializeSnapshot() buffer. Noah Misch
- [COMMITTERS] pgsql: Update comments overlooked by2f5c9d9c9cec436e55847ec580606d7e88 Robert Haas
- [COMMITTERS] pgsql: Don't uselessly rewrite, truncate, VACUUM,or ANALYZE partitione Robert Haas
- [COMMITTERS] pgsql: Refactor bitmap heap scan in preparation for parallel support. Robert Haas
- [COMMITTERS] pgsql: Update documentation of tsquery_phrase(). Tom Lane
- [COMMITTERS] pgsql: Update documentation of tsquery_phrase(). Tom Lane
- [COMMITTERS] pgsql: Correct old release note item Peter Eisentraut
- [COMMITTERS] pgsql: Improve error reporting for tuple-routing failures. Robert Haas
- [COMMITTERS] pgsql: Notify bgworker registrant after freeing worker slot. Robert Haas
- [COMMITTERS] pgsql: Add pg_current_logfile() function. Robert Haas
- [COMMITTERS] pgsql: Allow vacuums to report oldestxmin Simon Riggs
- [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver Peter Eisentraut
- [COMMITTERS] pgsql: Fix after trigger execution in logical replication Peter Eisentraut
- [COMMITTERS] pgsql: Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs Peter Eisentraut
- [COMMITTERS] pgsql: psql: Add tab completion for logical replication Peter Eisentraut
- [COMMITTERS] pgsql: doc: Put callouts in SQL comments Peter Eisentraut
- [COMMITTERS] pgsql: Fix typo Peter Eisentraut
- [COMMITTERS] pgsql: Fix two recently introduced grammar errors in mmgr/README. Andres Freund
- [COMMITTERS] pgsql: Fix parsing of DROP SUBSCRIPTION ... DROP SLOT Peter Eisentraut
- [COMMITTERS] pgsql: Disallow CREATE/DROP SUBSCRIPTION in transaction block Peter Eisentraut
- [COMMITTERS] pgsql: pg_dump: Fix ordering Peter Eisentraut
- [COMMITTERS] pgsql: In rebuild_relation(),don't access an already-closed relcache e Tom Lane
- [COMMITTERS] pgsql: In rebuild_relation(),don't access an already-closed relcache e Tom Lane
- [COMMITTERS] pgsql: In rebuild_relation(),don't access an already-closed relcache e Tom Lane
- [COMMITTERS] pgsql: Allow partitioned tables to be dropped without CASCADE Simon Riggs
- [COMMITTERS] pgsql: Reduce lock levels for table storage params related to planning Simon Riggs
- [COMMITTERS] pgsql: Enhance docs for ALTER TABLE lock levels of storage parms Simon Riggs
- Re: [COMMITTERS] pgsql: Allow vacuums to report oldestxmin Masahiko Sawada
- Re: [COMMITTERS] pgsql: Notify bgworker registrant after freeingworker slot. Amit Kapila
- [COMMITTERS] pgsql: Reorder the asynchronous libpq calls for replication connection Peter Eisentraut
- [COMMITTERS] pgsql: Fix user-after-free bug. Robert Haas
- Re: [COMMITTERS] pgsql: Notify bgworker registrant after freeingworker slot. Robert Haas
- [COMMITTERS] pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted. Robert Haas
- [COMMITTERS] pgsql: Fix incorrect comments. Robert Haas
- [COMMITTERS] pgsql: Combine several DROP variants into generic DropStmt Peter Eisentraut
- [COMMITTERS] pgsql: Remove objname/objargs split for referring to objects Peter Eisentraut
- [COMMITTERS] pgsql: Allow dropping multiple functions at once Peter Eisentraut
- [COMMITTERS] pgsql: Add operator_with_argtypes grammar rule Peter Eisentraut
- [COMMITTERS] pgsql: Use class_args field in opclass_drop Peter Eisentraut
- [COMMITTERS] pgsql: Replace LookupFuncNameTypeNames() with LookupFuncWithArgs() Peter Eisentraut
- Re: [COMMITTERS] pgsql: Notify bgworker registrant after freeing worker slot. Tom Lane
- Re: [COMMITTERS] pgsql: Mark pg_start_backup and pg_stop_backup asparallel-restricted. David Steele
- Re: [COMMITTERS] pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted. Tom Lane
- Re: [COMMITTERS] pgsql: Mark pg_start_backup and pg_stop_backup asparallel-restricted. Stephen Frost
- [COMMITTERS] pgsql: Avoid dangling pointer to relation name in RLS code path inDoCo Tom Lane
- [COMMITTERS] pgsql: Avoid dangling pointer to relation name in RLS code path inDoCo Tom Lane
- [COMMITTERS] pgsql: Avoid dangling pointer to relation name in RLS code path inDoCo Tom Lane
- Re: [COMMITTERS] pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted. Robert Haas
- [COMMITTERS] pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost
- [COMMITTERS] pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost
- [COMMITTERS] pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost
- [COMMITTERS] pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost
- [COMMITTERS] pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost
- [COMMITTERS] pgsql: pg_upgrade: Fix large object COMMENTS, SECURITY LABELS Stephen Frost
- [COMMITTERS] pgsql: Make simplehash.h grow hashtable in additional cases. Andres Freund
- [COMMITTERS] pgsql: Repair incorrect pg_dump labeling for some comments andsecurity Tom Lane
- [COMMITTERS] pgsql: Repair incorrect pg_dump labeling for some comments andsecurity Tom Lane
- [COMMITTERS] pgsql: Repair incorrect pg_dump labeling for some comments andsecurity Tom Lane
- [COMMITTERS] pgsql: Repair incorrect pg_dump labeling for some comments andsecurity Tom Lane
- [COMMITTERS] pgsql: Repair incorrect pg_dump labeling for some comments andsecurity Tom Lane
- [COMMITTERS] pgsql: Repair incorrect pg_dump labeling for some comments andsecurity Tom Lane
- [COMMITTERS] pgsql: pg_dump: Properly handle public schema ACLs with --clean Stephen Frost
- [COMMITTERS] pgsql: pg_dump: Properly handle public schema ACLs with --clean Stephen Frost
- [COMMITTERS] pgsql: Refactor SHA2 functions and move them to src/common/. Heikki Linnakangas
- [COMMITTERS] pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Heikki Linnakangas
- [COMMITTERS] pgsql: Add regression tests for passwords. Heikki Linnakangas
- [COMMITTERS] pgsql: Ensure ThisTimeLineID is valid before START_REPLICATION Simon Riggs
- Re: [COMMITTERS] pgsql: Support SCRAM-SHA-256 authentication (RFC5802 and 7677). Amit Kapila
- [COMMITTERS] pgsql: Fix comments in SCRAM-SHA-256 patch. Heikki Linnakangas
- Re: [COMMITTERS] pgsql: Support SCRAM-SHA-256 authentication (RFC5802 and 7677). Heikki Linnakangas
- [COMMITTERS] pgsql: Allow pg_dumpall to dump roles w/o user passwords Simon Riggs
- Re: [COMMITTERS] pgsql: Support SCRAM-SHA-256 authentication (RFC5802 and 7677). Peter Eisentraut
- [COMMITTERS] pgsql: psql: Add \gx command Stephen Frost
- [COMMITTERS] pgsql: Fix parallel hash join path search. Robert Haas
- [COMMITTERS] pgsql: Preparatory refactoring for parallel merge join support. Robert Haas
- [COMMITTERS] pgsql: Remove vestigial grammar support for CHARACTER ... CHARACTERSET Tom Lane
- [COMMITTERS] pgsql: Fix wrong word in comment. Robert Haas
- [COMMITTERS] pgsql: Document what values postgres_fdw sets for each parameter itset Robert Haas
- Re: [COMMITTERS] pgsql: Support SCRAM-SHA-256 authentication (RFC5802 and 7677). Heikki Linnakangas
- Re: [COMMITTERS] pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Tom Lane
- [COMMITTERS] pgsql: Remove duplicated word. Robert Haas
- [COMMITTERS] pgsql: Fix relcache reference leak. Robert Haas
- [COMMITTERS] pgsql: Give partitioned table "p" in regression tests a less genericna Robert Haas
- [COMMITTERS] pgsql: Fix pgbench's failure to honor the documented long-form option" Tom Lane
- [COMMITTERS] pgsql: Fix pgbench's failure to honor the documented long-form option" Tom Lane
- [COMMITTERS] pgsql: Consider parallel merge joins. Robert Haas
- [COMMITTERS] pgsql: A collection of small fixes for the SCRAM patch. Heikki Linnakangas
- [COMMITTERS] pgsql: Clean up test_ifaddrs a bit. Tom Lane
- [COMMITTERS] pgsql: Invent start_proc parameters for PL/Tcl. Tom Lane
- Re: [COMMITTERS] pgsql: Fix pgbench's failure to honor the documentedlong-form option " Fabien COELHO
- [COMMITTERS] pgsql: Properly initialize variable. Robert Haas
- [COMMITTERS] pgsql: Improve postgresql.conf.sample comments about parallel workers. Robert Haas
- [COMMITTERS] pgsql: hash: Refactor hash index creation. Robert Haas
- Re: [COMMITTERS] pgsql: Suppress compiler warnings in ecpg test onnewer Windows toolcha David Rowley
- [COMMITTERS] pgsql: Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME Peter Eisentraut
- [COMMITTERS] pgsql: Fix grammar Magnus Hagander
- [COMMITTERS] pgsql: Fix grammar Magnus Hagander
- [COMMITTERS] pgsql: Fix grammar Magnus Hagander
- [COMMITTERS] pgsql: tidbitmap: Support shared iteration. Robert Haas
- [COMMITTERS] pgsql: Fix parallel index and index-only scans to fall back to serial. Robert Haas
- [COMMITTERS] pgsql: Remove inclusion of postgres.h from a few header files. Robert Haas
- [COMMITTERS] pgsql: Create INSTALL file via XSLT Peter Eisentraut
- Re: [COMMITTERS] pgsql: Create INSTALL file via XSLT Tom Lane
- [COMMITTERS] pgsql: Fix connection leak in DROP SUBSCRIPTION command, take 2. Fujii Masao
- Re: [COMMITTERS] pgsql: Fix connection leak in DROP SUBSCRIPTION command. Fujii Masao
- [COMMITTERS] pgsql: pg_xlogdump: Remove extra newline in error message Peter Eisentraut
- [COMMITTERS] pgsql: pg_xlogdump: Remove extra newline in error message Peter Eisentraut
- [COMMITTERS] pgsql: pg_xlogdump: Remove extra newline in error message Peter Eisentraut
- [COMMITTERS] pgsql: pg_xlogdump: Remove extra newline in error message Peter Eisentraut
- [COMMITTERS] pgsql: pg_waldump: Remove extra newline in error message Peter Eisentraut
- [COMMITTERS] pgsql: Silence compiler warnings in tbm_prepare_shared_iterate(). Tom Lane
- [COMMITTERS] pgsql: Support XMLTABLE query expression Alvaro Herrera
- Re: [COMMITTERS] pgsql: Support XMLTABLE query expression Tom Lane
- Re: [COMMITTERS] pgsql: Support XMLTABLE query expression Alvaro Herrera
- Re: [COMMITTERS] pgsql: Support XMLTABLE query expression Tom Lane
- Re: [COMMITTERS] pgsql: Support XMLTABLE query expression Alvaro Herrera
- [COMMITTERS] pgsql: Add tests for foreign partitions. Robert Haas
- [COMMITTERS] pgsql: Fix XMLTABLE on older libxml2 Alvaro Herrera
- [COMMITTERS] pgsql: Prevent logical rep workers with removed subscriptions fromstar Fujii Masao
- [COMMITTERS] pgsql: Support parallel bitmap heap scans. Robert Haas
- [COMMITTERS] pgsql: Use doubly-linked block lists in aset.c to reduce large-chunkov Tom Lane
- [COMMITTERS] pgsql: Use doubly-linked block lists in aset.c to reduce large-chunkov Tom Lane
- [COMMITTERS] pgsql: Use doubly-linked block lists in aset.c to reduce large-chunkov Tom Lane
- [COMMITTERS] pgsql: Use doubly-linked block lists in aset.c to reduce large-chunkov Tom Lane
- [COMMITTERS] pgsql: Silence compiler warnings in BitmapHeapNext(). Tom Lane
- Re: [COMMITTERS] pgsql: Fix XMLTABLE on older libxml2 Tom Lane
- [COMMITTERS] pgsql: Expose explain's SUMMARY option Stephen Frost
-
[COMMITTERS] pgsql: Put back
in a few files that need it for _isnan(). Tom Lane - Re: [COMMITTERS] pgsql: Suppress compiler warnings in ecpg test on newer Windows toolcha Tom Lane
- [COMMITTERS] pgsql: Suppress compiler warning in non-USE_LIBXML builds. Tom Lane
- [COMMITTERS] pgsql: Suppress compiler warning in slab.c. Tom Lane
- [COMMITTERS] pgsql: Document intentional violations of header inclusion policy. Tom Lane
- [COMMITTERS] pgsql: Bring plpgsql into line with header inclusion policy. Tom Lane
- [COMMITTERS] pgsql: Fix inclusions of postgres_fe.h from .h files. Tom Lane
- [COMMITTERS] pgsql: Fix inclusions of c.h from .h files. Tom Lane
- [COMMITTERS] pgsql: Add a Gather Merge executor node. Robert Haas
- [COMMITTERS] pgsql: Enable replication connections by default in pg_hba.conf Peter Eisentraut
- [COMMITTERS] pgsql: Use SQL standard error code for nextval Peter Eisentraut
- [COMMITTERS] pgsql: Fix a couple of planner bugs in Gather Merge. Robert Haas
- [COMMITTERS] pgsql: Fix bug in parallel tidbitmap iteration. Robert Haas
- [COMMITTERS] pgsql: Document some new parallel query capabilities. Robert Haas
- [COMMITTERS] pgsql: Document lack of validation when attaching foreign partitions. Robert Haas
- [COMMITTERS] pgsql: Add relkind checks to certain contrib modules Stephen Frost
- [COMMITTERS] pgsql: Fix timestamptz regression test to still work with latest IANAz Tom Lane
- [COMMITTERS] pgsql: Fix timestamptz regression test to still work with latest IANAz Tom Lane
- [COMMITTERS] pgsql: Fix timestamptz regression test to still work with latest IANAz Tom Lane
- [COMMITTERS] pgsql: Fix timestamptz regression test to still work with latest IANAz Tom Lane
- [COMMITTERS] pgsql: Fix timestamptz regression test to still work with latest IANAz Tom Lane
- [COMMITTERS] pgsql: Fix timestamptz regression test to still work with latest IANAz Tom Lane
- [COMMITTERS] pgsql: Use group updates when setting transaction status in clog. Robert Haas
- [COMMITTERS] pgsql: Throw an error if a DATA() line contains wrong # of attributes. Robert Haas
- [COMMITTERS] pgsql: Fix hard-coded relkind constants in pg_dump.c. Tom Lane
- [COMMITTERS] pgsql: Make CppAsString2() more visible in c.h. Tom Lane
- [COMMITTERS] pgsql: Add amcheck extension to contrib. Andres Freund
- [COMMITTERS] pgsql: pgstattuple: Fix typo partitiond -> partitioned Stephen Frost
- [COMMITTERS] pgsql: Fix hard-coded relkind constants in psql/describe.c. Tom Lane
- [COMMITTERS] pgsql: Fix portability problem in Catalog.pm. Tom Lane
- Re: [COMMITTERS] pgsql: Create INSTALL file via XSLT Peter Eisentraut
- Re: [COMMITTERS] pgsql: Fix pgbench's failure to honor thedocumented long-form option " Alvaro Herrera
- [COMMITTERS] pgsql: Fix hard-coded relkind constants in assorted src/bin files. Tom Lane
- [COMMITTERS] pgsql: Add .gitignore to contrib/amcheck. Tom Lane
- [COMMITTERS] pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified. Tom Lane
- Re: [COMMITTERS] pgsql: contrib/amcheck needs RecentGlobalXmin to bePGDLLIMPORT'ified. Andres Freund
- [COMMITTERS] pgsql: amcheck: editorialize variable name & comment. Andres Freund
- [COMMITTERS] pgsql: Fix hard-coded relkind constants in assorted other files. Tom Lane
- Re: [COMMITTERS] pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified. Tom Lane
- [COMMITTERS] pgsql: Fix a potential double-free in ecpg. Michael Meskes
- [COMMITTERS] pgsql: Fix a potential double-free in ecpg. Michael Meskes
- [COMMITTERS] pgsql: Fix a potential double-free in ecpg. Michael Meskes
- [COMMITTERS] pgsql: Fix a potential double-free in ecpg. Michael Meskes
- [COMMITTERS] pgsql: Fix a potential double-free in ecpg. Michael Meskes
- [COMMITTERS] pgsql: Fix a potential double-free in ecpg. Michael Meskes
- [COMMITTERS] pgsql: dblink: Replace some macros by static functions Peter Eisentraut
- [COMMITTERS] pgsql: dblink: Change some StringInfo to StringInfoData Peter Eisentraut
- [COMMITTERS] pgsql: Improve gitignore file Peter Eisentraut
- [COMMITTERS] pgsql: Un-break things on IPv6-less platforms. Tom Lane
- [COMMITTERS] pgsql: Change the relkind for partitioned tables from 'P' to 'p'. Tom Lane
- [COMMITTERS] pgsql: Sanitize newlines in object names in "pg_restore -l" output. Tom Lane
- [COMMITTERS] pgsql: Sanitize newlines in object names in "pg_restore -l" output. Tom Lane
- [COMMITTERS] pgsql: Sanitize newlines in object names in "pg_restore -l" output. Tom Lane
- [COMMITTERS] pgsql: Sanitize newlines in object names in "pg_restore -l" output. Tom Lane
- [COMMITTERS] pgsql: Sanitize newlines in object names in "pg_restore -l" output. Tom Lane
- [COMMITTERS] pgsql: Sanitize newlines in object names in "pg_restore -l" output. Tom Lane
- [COMMITTERS] pgsql: Enable 64 bit atomics on ARM64. Andres Freund
- Re: [COMMITTERS] pgsql: contrib/amcheck needs RecentGlobalXmin to bePGDLLIMPORT'ified. Andres Freund
- [COMMITTERS] pgsql: Revert "Use group updates when setting transaction status inclo Robert Haas
- [COMMITTERS] pgsql: Reduce log verbosity of startup/shutdown for launchersubprocess Tom Lane
- [COMMITTERS] pgsql: pg_dump: Fix dumping of publications Peter Eisentraut
- Re: [COMMITTERS] pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified. Peter Geoghegan
- [COMMITTERS] pgsql: Improve postmaster's logging of listen socket creation. Tom Lane
- [COMMITTERS] pgsql: Add a "subtransaction" command to PL/Tcl. Tom Lane
- [COMMITTERS] pgsql: Fix ancient connection leak in dblink Joe Conway
- [COMMITTERS] pgsql: Fix ancient connection leak in dblink Joe Conway
- [COMMITTERS] pgsql: Fix ancient connection leak in dblink Joe Conway
- [COMMITTERS] pgsql: Fix ancient connection leak in dblink Joe Conway
- [COMMITTERS] pgsql: Fix ancient connection leak in dblink Joe Conway
- [COMMITTERS] pgsql: Fix ancient connection leak in dblink Joe Conway
- [COMMITTERS] pgsql: Improve expression evaluation test coverage. Andres Freund
- [COMMITTERS] pgsql: Add "break"s to make it clearer what will happen in a nestedswi Tom Lane
- [COMMITTERS] pgsql: Remove dead code in nodeGatherMerge.c. Tom Lane
- [COMMITTERS] pgsql: Fix typo in initdb's SCRAM password processing. Tom Lane
- Re: [COMMITTERS] pgsql: dblink: Replace some macros by static functions David Rowley
- [COMMITTERS] pgsql: Fix comment about length of text, bytea, etc. Noah Misch
- [COMMITTERS] pgsql: Fix pg_file_write() error handling. Noah Misch
- [COMMITTERS] pgsql: Assume deconstruct_array() outputs are untoasted. Noah Misch
- [COMMITTERS] pgsql: Fix pg_file_write() error handling. Noah Misch
- [COMMITTERS] pgsql: Recommend wrappers of PG_DETOAST_DATUM_PACKED(). Noah Misch
- [COMMITTERS] pgsql: Fix pg_file_write() error handling. Noah Misch
- [COMMITTERS] pgsql: Use wrappers of PG_DETOAST_DATUM_PACKED() more. Noah Misch
- [COMMITTERS] pgsql: Fix pg_file_write() error handling. Noah Misch
- [COMMITTERS] pgsql: Fix pg_file_write() error handling. Noah Misch
- [COMMITTERS] pgsql: Fix pg_file_write() error handling. Noah Misch
- [COMMITTERS] pgsql: Fix typo in comment Magnus Hagander
- [COMMITTERS] pgsql: initdb: Re-add translatable string that got lost Peter Eisentraut
- [COMMITTERS] pgsql: Remove obsolete references to JIS0201.TXT JIS0208.TXT. Heikki Linnakangas
- [COMMITTERS] pgsql: Use radix tree for character encoding conversions. Heikki Linnakangas
- [COMMITTERS] pgsql: Change xlog to WAL in some error messages Peter Eisentraut
- [COMMITTERS] pgsql: Fix compiler warning Peter Eisentraut
- Re: [COMMITTERS] pgsql: dblink: Replace some macros by staticfunctions Peter Eisentraut
- [COMMITTERS] pgsql: Include array size in forward declaration. Heikki Linnakangas
- Re: [COMMITTERS] pgsql: dblink: Replace some macros by static functions Tom Lane
- [COMMITTERS] pgsql: Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED. Michael Meskes
- [COMMITTERS] pgsql: Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED. Michael Meskes
- [COMMITTERS] pgsql: Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED. Michael Meskes
- [COMMITTERS] pgsql: Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED. Michael Meskes
- [COMMITTERS] pgsql: Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED. Michael Meskes
- [COMMITTERS] pgsql: Document two phase commit commands in ecpg docu. Michael Meskes
- [COMMITTERS] pgsql: Add test case for two phase commit. Also by Masahiko Sawada. Michael Meskes
- [COMMITTERS] pgsql: Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED. Michael Meskes
- [COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout inprepared_x Tom Lane
- [COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout inprepared_x Tom Lane
- [COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout inprepared_x Tom Lane
- [COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout inprepared_x Tom Lane
- [COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout inprepared_x Tom Lane
- [COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout inprepared_x Tom Lane
- [COMMITTERS] pgsql: Add a "void *" passthrough pointer for psqlscan.l's callbackfun Tom Lane
- [COMMITTERS] pgsql: Silence unused variable compiler warning Alvaro Herrera
- [COMMITTERS] pgsql: Fix busted markup. Tom Lane
- [COMMITTERS] pgsql: Remove some bogus logic from create_gather_merge_plan. Robert Haas
- [COMMITTERS] pgsql: Update overlooked comment for Gather Merge. Robert Haas
- [COMMITTERS] pgsql: doc: Fix synopsis Peter Eisentraut
- [COMMITTERS] pgsql: Fix failure to mark init buffers as BM_PERMANENT. Robert Haas
- [COMMITTERS] pgsql: Fix failure to mark init buffers as BM_PERMANENT. Robert Haas
- [COMMITTERS] pgsql: Fix failure to mark init buffers as BM_PERMANENT. Robert Haas
- [COMMITTERS] pgsql: Fix failure to mark init buffers as BM_PERMANENT. Robert Haas
- [COMMITTERS] pgsql: Fix failure to mark init buffers as BM_PERMANENT. Robert Haas
- [COMMITTERS] pgsql: Fix failure to mark init buffers as BM_PERMANENT. Robert Haas
- [COMMITTERS] pgsql: Update .gitignore Robert Haas
- [COMMITTERS] pgsql: Make logging about multixact wraparound protection less chatty. Tom Lane
- [COMMITTERS] pgsql: Spelling fixes Peter Eisentraut
- [COMMITTERS] pgsql: Spelling fixes in code comments Peter Eisentraut
- [COMMITTERS] pgsql: ecpg: Improve some variable names Peter Eisentraut
- [COMMITTERS] pgsql: Include port number when logging successful binding to a TCPpor Tom Lane
- [COMMITTERS] pgsql: hash: Add write-ahead logging support. Robert Haas
- [COMMITTERS] pgsql: Spelling fixes Peter Eisentraut
- [COMMITTERS] pgsql: Spelling fixes Peter Eisentraut
- [COMMITTERS] pgsql: Spelling fixes Peter Eisentraut
- [COMMITTERS] pgsql: Spelling fixes Peter Eisentraut
- [COMMITTERS] pgsql: Spelling fixes Peter Eisentraut
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Tom Lane
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Robert Haas
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Tom Lane
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Robert Haas
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Tom Lane
- [COMMITTERS] pgsql: Fix regression in parallel planning against inheritance tables. Robert Haas
- [COMMITTERS] pgsql: hash: Support WAL consistency checking. Robert Haas
- [COMMITTERS] pgsql: amcheck: Harden tests against concurrent autovacuums. Andres Freund
- [COMMITTERS] pgsql: Add option to control snapshot export toCREATE_REPLICATION_SLOT Peter Eisentraut
- [COMMITTERS] pgsql: Improve isolation tests infrastructure. Andres Freund
- [COMMITTERS] pgsql: Some preliminary refactoring towards partitionwise join. Robert Haas
- [COMMITTERS] pgsql: Improve grammar / fix typos in snapbuild.c. Andres Freund
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Amit Kapila
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Thomas Munro
- [COMMITTERS] pgsql: doc: Fix TOC generation for refentries Peter Eisentraut
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Tom Lane
- [COMMITTERS] pgsql: doc: Remove useless elements in bibliography Peter Eisentraut
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Amit Kapila
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Tom Lane
- [COMMITTERS] pgsql: Allow referring to functions without arguments when unique Peter Eisentraut
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Amit Kapila
- Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. Amit Kapila
- [COMMITTERS] pgsql: Cosmetic fixes for hash index write-ahead logging. Robert Haas
- [COMMITTERS] pgsql: Fix MB regression tests for WAL-logging of hash indexes. Robert Haas
- [COMMITTERS] pgsql: Add a regression test for snapshot too old with hash indexes. Robert Haas
- [COMMITTERS] pgsql: Add support for EUI-64 MAC addresses as macaddr8 Stephen Frost
- Re: [COMMITTERS] pgsql: Remove objname/objargs split for referringto objects Alvaro Herrera
- [COMMITTERS] pgsql: Bump catversion for MACADDR8 Stephen Frost
- [COMMITTERS] pgsql: Fix failure to use clamp_row_est() for parallel joins. Robert Haas
- [COMMITTERS] pgsql: Fix failure to use clamp_row_est() for parallel joins. Robert Haas
- [COMMITTERS] pgsql: Rewrite async-connection loop in libpqwalreceiver.c,once again. Tom Lane
- [COMMITTERS] pgsql: Add more documentation and tests for publications Peter Eisentraut
- [COMMITTERS] pgsql: Fix typo Peter Eisentraut
- [COMMITTERS] pgsql: Simplify publication/subscription tests a bit Peter Eisentraut
- [COMMITTERS] pgsql: Specify bindir in pg_isolation_regress_installcheck. Andres Freund
- [COMMITTERS] pgsql: Port single-page btree vacuum logic to hash indexes. Robert Haas
- [COMMITTERS] pgsql: Clean up overly paranoid checks in mac8.c Stephen Frost
- Re: [COMMITTERS] pgsql: Clean up overly paranoid checks in mac8.c Tom Lane
- Re: [COMMITTERS] pgsql: Clean up overly paranoid checks in mac8.c Stephen Frost
- Re: [COMMITTERS] pgsql: Clean up overly paranoid checks in mac8.c Tom Lane
- Re: [COMMITTERS] pgsql: Clean up overly paranoid checks in mac8.c Stephen Frost
- [COMMITTERS] pgsql: Be more careful about signed vs. unsigned char Stephen Frost
- [COMMITTERS] pgsql: Fix ancient get_object_address_opf_member bug Alvaro Herrera
- [COMMITTERS] pgsql: Fix ancient get_object_address_opf_member bug Alvaro Herrera
- [COMMITTERS] pgsql: Fix ancient get_object_address_opf_member bug Alvaro Herrera
- [COMMITTERS] pgsql: postgres_fdw: Push down FULL JOINs with restriction clauses. Robert Haas
- [COMMITTERS] pgsql: Add pg_ls_logdir() and pg_ls_waldir() functions. Robert Haas
- [COMMITTERS] pgsql: Avoid access to uninitialized memory in shared tidbitmapiterati Robert Haas
- [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relationsin Andrew Gierth
- [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relationsin Andrew Gierth
- [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relationsin Andrew Gierth
- [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relationsin Andrew Gierth
- [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relationsin Andrew Gierth
- [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relationsin Andrew Gierth
- Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 onnon-empty relations in Vik Fearing
- [COMMITTERS] pgsql: psql: Add completion for \help DROP|ALTER Peter Eisentraut
- [COMMITTERS] pgsql: Fix grammar. Robert Haas
- Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relations in Tom Lane
- Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 onnon-empty relations in Andres Freund
- [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windowsserv Heikki Linnakangas
- [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windowsserv Heikki Linnakangas
- [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windowsserv Heikki Linnakangas
- [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windowsserv Heikki Linnakangas
- [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windowsserv Heikki Linnakangas
- [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windowsserv Heikki Linnakangas
- [COMMITTERS] pgsql: Allow plaintext 'password' authentication when user has aSCRAM Heikki Linnakangas
- [COMMITTERS] pgsql: Add TAP tests for password-based authentication methods. Heikki Linnakangas
- Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relations in Andrew Gierth
- Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relations in Andrew Gierth
- [COMMITTERS] pgsql: pageinspect: Add test for page_header function Peter Eisentraut
- Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 onnon-empty relations in Robert Haas
- [COMMITTERS] pgsql: Remove dead link. Robert Haas
- [COMMITTERS] pgsql: Remove dead link. Robert Haas
- [COMMITTERS] pgsql: Remove dead link. Robert Haas
- [COMMITTERS] pgsql: Remove dead link. Robert Haas
- [COMMITTERS] pgsql: Remove dead link. Robert Haas
- [COMMITTERS] pgsql: Remove dead link. Robert Haas
- Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 onnon-empty relations in Andrew Dunstan
- [COMMITTERS] pgsql: Rename "pg_clog" directory to "pg_xact". Robert Haas
- Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 on non-empty relations in Tom Lane
- Re: [COMMITTERS] pgsql: Rename "pg_clog" directory to "pg_xact". Tom Lane
- [COMMITTERS] pgsql: Repair test for vacuum reltuples fix. Andrew Gierth
- [COMMITTERS] pgsql: Repair test for vacuum reltuples fix. Andrew Gierth
- [COMMITTERS] pgsql: pageinspect: Add page_checksum function Peter Eisentraut
- Re: [COMMITTERS] pgsql: Rename "pg_clog" directory to "pg_xact". Robert Haas
- Re: [COMMITTERS] pgsql: Rename "pg_clog" directory to "pg_xact". Tom Lane
- [COMMITTERS] pgsql: Fix WaitEventSetWait() to handle write-ready waits properly onW Tom Lane
- [COMMITTERS] pgsql: Fix WaitEventSetWait() to handle write-ready waits properly onW Tom Lane
- [COMMITTERS] pgsql: Fix schedule of ecpg test files to only try two-phase committes Michael Meskes
- [COMMITTERS] pgsql: Create and use wait events for read, write,and fsync operations Robert Haas
- [COMMITTERS] pgsql: doc: Correct row count in table Peter Eisentraut
- [COMMITTERS] pgsql: Improve pg_dump regression tests and code coverage Stephen Frost
- [COMMITTERS] pgsql: pg_dump: Remove "option requires an argument -- j" test Stephen Frost
- [COMMITTERS] pgsql: Adjust number of tests for pg_dump 001_basic.pl Stephen Frost
- [COMMITTERS] pgsql: doc: Tweak reference page header style Peter Eisentraut
- [COMMITTERS] pgsql: doc: Update compatibility claim Peter Eisentraut
- [COMMITTERS] pgsql: doc: Add markup Peter Eisentraut
- Re: [COMMITTERS] pgsql: Avoid having vacuum set reltuples to 0 onnon-empty relations in Bruce Momjian
- [COMMITTERS] pgsql: doc: Improve wording Peter Eisentraut
- [COMMITTERS] pgsql: Fix REFRESH MATERIALIZED VIEW to report activity to the statsco Tom Lane
- [COMMITTERS] pgsql: Avoid use of already-closed relcache entry. Tom Lane
- [COMMITTERS] pgsql: doc: Fix a few typos and awkward links Peter Eisentraut
- [COMMITTERS] pgsql: doc: Fix a few typos and awkward links Peter Eisentraut
- [COMMITTERS] pgsql: doc: Fix a few typos and awkward links Peter Eisentraut
- [COMMITTERS] pgsql: doc: Fix a few typos and awkward links Peter Eisentraut
- [COMMITTERS] pgsql: doc: Fix a few typos and awkward links Peter Eisentraut
- [COMMITTERS] pgsql: doc: Fix a few typos and awkward links Peter Eisentraut
- [COMMITTERS] pgsql: Update obsolete comment Magnus Hagander
- [COMMITTERS] pgsql: pg_dump: Skip COLLATION-related regression tests Stephen Frost
- Re: [COMMITTERS] pgsql: Improve pg_dump regression tests and code coverage Robert Haas
- [COMMITTERS] pgsql: Revert unintentional change in increasing usage count duringpin Teodor Sigaev
- [COMMITTERS] pgsql: Revert unintentional change in increasing usage count duringpin Teodor Sigaev
- [COMMITTERS] pgsql: Improve regression test coverage for TID scanning. Tom Lane
- [COMMITTERS] pgsql: Add missed "make clean" logic in src/interfaces/libpq/Makefile. Tom Lane
- [COMMITTERS] pgsql: Add .gitignore for src/test/authentication/tmp_check. Heikki Linnakangas
- [COMMITTERS] pgsql: Add configure test to see if the C compiler has gcc-stylecomput Tom Lane
- [COMMITTERS] pgsql: Fixes for single-page hash index vacuum. Robert Haas
- [COMMITTERS] pgsql: Another fix for single-page hash index vacuum. Robert Haas
- [COMMITTERS] pgsql: Use a consistent error message style for user mappings. Andrew Dunstan
- [COMMITTERS] pgsql: Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING Andrew Dunstan
- [COMMITTERS] pgsql: Force the regression databases to have bytea_output set to hex Andrew Dunstan
- Re: [COMMITTERS] pgsql: Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING Tom Lane
- [COMMITTERS] pgsql: doc: improve createdb example Bruce Momjian
- Re: [COMMITTERS] pgsql: Add IF NOT EXISTS for CREATE SERVER andCREATE USER MAPPING Andrew Dunstan
- [COMMITTERS] pgsql: Add missing support for new node fields Andrew Dunstan
- [COMMITTERS] pgsql: doc: adjust 'Infinity' example to include minus Bruce Momjian
- [COMMITTERS] pgsql: doc: clarify that function "ownership" that controls permission Bruce Momjian
- Re: [COMMITTERS] pgsql: Add missing support for new node fields Fabien COELHO
- Re: [HACKERS] [COMMITTERS] pgsql: Add missing support for new nodefields Andres Freund
- [COMMITTERS] pgsql: doc: Improve markup Peter Eisentraut
- [COMMITTERS] pgsql: Add a direct function call mechanism using the caller'scontext. Andrew Dunstan
- [COMMITTERS] pgsql: Fix support for some operators (&<, &>, $<|,|&>) in box operato Teodor Sigaev
- [COMMITTERS] pgsql: Fix support for some operators (&<, &>, $<|,|&>) in box operato Teodor Sigaev
- [COMMITTERS] pgsql: Don't scan partitioned tables. Robert Haas
- Re: [COMMITTERS] pgsql: Don't scan partitioned tables. Simon Riggs
- Re: [COMMITTERS] pgsql: Don't scan partitioned tables. Robert Haas
- [COMMITTERS] pgsql: Add a pg_recvlogical wrapper to PostgresNode Simon Riggs
- [COMMITTERS] pgsql: Use CallerFInfoFunctionCall with btree_gist for numeric types Andrew Dunstan
- [COMMITTERS] pgsql: Add btree_gist support for enum types. Andrew Dunstan
- [COMMITTERS] pgsql: Add btree_gin support for enum types Andrew Dunstan
- [COMMITTERS] pgsql: Use CallerFInfoFunctionCall with btree_gist for varlena types Andrew Dunstan
- [COMMITTERS] pgsql: Document btree_gin support for enums Andrew Dunstan
- Re: [HACKERS] [COMMITTERS] pgsql: Add missing support for new nodefields Fabien COELHO
- [COMMITTERS] pgsql: doc: Update tool sets documentation for modern FreeBSD Peter Eisentraut
- [COMMITTERS] pgsql: pg_dump: Only dump publications when dumping everything Peter Eisentraut
- [COMMITTERS] pgsql: Avoid Perl warning Peter Eisentraut
- [COMMITTERS] pgsql: Teach xlogreader to follow timeline switches Simon Riggs
- [COMMITTERS] pgsql: Improve performance of replay of AccessExclusiveLocks Simon Riggs
- [COMMITTERS] pgsql: Sync pg_dump and pg_dumpall output Andrew Dunstan
- [COMMITTERS] pgsql: Refine rules for altering publication owner Peter Eisentraut
- [COMMITTERS] pgsql: Change logical replication pg_hba.conf use Peter Eisentraut
- [COMMITTERS] pgsql: Assign AccessExclusiveLocks against subxacts in Hot Standby Simon Riggs
- [COMMITTERS] pgsql: Refactor GetOldestXmin() to use flags Simon Riggs
- [COMMITTERS] pgsql: Correct erroneous comment in GetOldestXmin() Simon Riggs
- [COMMITTERS] pgsql: Support multiple RADIUS servers Magnus Hagander
- [COMMITTERS] pgsql: Fix wrong costing of Sort under Gather Merge. Robert Haas
- [COMMITTERS] pgsql: doc: Markup and formatting improvements Peter Eisentraut
- [COMMITTERS] pgsql: doc: Fix logical replication setup instructions Peter Eisentraut
- [COMMITTERS] pgsql: doc: Improve CREATE PUBLICATION examples Peter Eisentraut
- [COMMITTERS] pgsql: Expose waitforarchive option through pg_stop_backup() Stephen Frost
- [COMMITTERS] pgsql: Fix grammar in comment Magnus Hagander
- [COMMITTERS] pgsql: Logical replication support for initial data copy Peter Eisentraut
- Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy Petr Jelinek
- [COMMITTERS] pgsql: Replication lag tracking for walsenders Simon Riggs
- Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy Petr Jelinek
- Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy Stephen Frost
- Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy Petr Jelinek
- [COMMITTERS] pgsql: Minor spelling correction in comment Simon Riggs
- [COMMITTERS] pgsql: Assorted compilation and test fixes Peter Eisentraut
- Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy Peter Eisentraut
- [COMMITTERS] pgsql: Remove trailing comma from enum definition Peter Eisentraut
- Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy Peter Eisentraut
- [COMMITTERS] pgsql: Reduce page locking in GIN vacuum Teodor Sigaev
- [COMMITTERS] pgsql: Allow for parallel execution whenever ExecutorRun() is doneonly Robert Haas
- [COMMITTERS] pgsql: Remove createlang and droplang Peter Eisentraut
- [COMMITTERS] pgsql: Track the oldest XID that can be safely looked up in CLOG. Robert Haas
- [COMMITTERS] pgsql: ICU support Peter Eisentraut
- Re: [COMMITTERS] pgsql: ICU support Peter Eisentraut
- [COMMITTERS] pgsql: Fix enum definition. Robert Haas
- Re: [COMMITTERS] pgsql: ICU support Andrew Dunstan
- [COMMITTERS] pgsql: Fix crash in ICU patch Peter Eisentraut
- [COMMITTERS] pgsql: Add ICU_FLAGS to one more place Peter Eisentraut
- [COMMITTERS] pgsql: doc: add missing closing 'sect3' tag for ICU patch Bruce Momjian
- Re: [COMMITTERS] pgsql: ICU support Tom Lane
- [COMMITTERS] pgsql: Avoid syntax error on platforms that have neither LOCALE_T norI Tom Lane
- Re: [COMMITTERS] pgsql: ICU support Tom Lane
- Re: [COMMITTERS] pgsql: ICU support Andrew Dunstan
- [COMMITTERS] pgsql: Revert Windows service check refactoring,and replace with a dif Heikki Linnakangas
- [COMMITTERS] pgsql: Revert Windows service check refactoring,and replace with a dif Heikki Linnakangas
- [COMMITTERS] pgsql: Revert Windows service check refactoring,and replace with a dif Heikki Linnakangas
- [COMMITTERS] pgsql: Revert Windows service check refactoring,and replace with a dif Heikki Linnakangas
- [COMMITTERS] pgsql: Revert Windows service check refactoring,and replace with a dif Heikki Linnakangas
- [COMMITTERS] pgsql: Fix backup canceling Teodor Sigaev
- [COMMITTERS] pgsql: Fix backup canceling Teodor Sigaev
- pgsql: Allow SCRAM authentication, when pg_hba.conf says 'md5'. Heikki Linnakangas
- pgsql: Handle empty result set in libpqrcv_exec Peter Eisentraut
- Re: pgsql: ICU support Tom Lane
- pgsql: Avoid SnapshotResetXmin() during AtEOXact_Snapshot() Simon Riggs
- Re: pgsql: ICU support Andrew Dunstan
- pgsql: Add a txid_status function. Robert Haas
- pgsql: Fix pgbench options -C and -R together Teodor Sigaev
- pgsql: plpgsql: Don't generate parallel plans for RETURN QUERY. Robert Haas
- pgsql: plpgsql: Don't generate parallel plans for RETURN QUERY. Robert Haas
- pgsql: Implement multivariate n-distinct coefficients Alvaro Herrera
- pgsql: Make VACUUM VERBOSE report the number of skipped frozen pages. Fujii Masao
- pgsql: Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5 Simon Riggs
- pgsql: Fix use-after-free bug Alvaro Herrera
- pgsql: Improve access to parallel query from procedural languages. Robert Haas
- pgsql: Check that published table exists on subscriber Peter Eisentraut
- pgsql: Fix stats_ext test in 32 bit machines Alvaro Herrera
- pgsql: Fix typo in comment Alvaro Herrera
- Re: pgsql: ICU support David Rowley
- pgsql: Add more subscription DDL tests Peter Eisentraut
- Re: pgsql: ICU support Tom Lane
- pgsql: Make header self-contained Peter Eisentraut
- pgsql: Add COMMENT and SECURITY LABEL support for publications andsubs Peter Eisentraut
- pgsql: Fix recovery test hang Peter Eisentraut
- pgsql: Remove ICU tests from default run Peter Eisentraut
- Re: pgsql: ICU support Peter Eisentraut
- pgsql: Fix locale pointer use in WIN32 code path Peter Eisentraut
- Re: pgsql: ICU support Peter Eisentraut
- Re: pgsql: ICU support Peter Eisentraut
- pgsql: Add missing break Peter Eisentraut
- pgsql: psql: Add missing schema qualification Peter Eisentraut
- pgsql: Report catalog_xmin separately in hot_standby_feedback Simon Riggs
- pgsql: Add cleanup to new test cases Peter Eisentraut
- Re: pgsql: Add COMMENT and SECURITY LABEL support forpublications and subs Stephen Frost
- Re: [COMMITTERS] pgsql: Allow vacuums to report oldestxmin Fujii Masao
- Re: [COMMITTERS] pgsql: Allow vacuums to report oldestxmin Masahiko Sawada
- pgsql: Re-adhere to policy of no more than 20 tests per parallelgroup. Tom Lane
- pgsql: Remember to drop roles created by regression tests. Tom Lane
- pgsql: Faster expression evaluation and targetlist projection. Andres Freund
- pgsql: git rm execQual.c Tom Lane
- Re: pgsql: Faster expression evaluation and targetlist projection. Thomas Munro
- Re: pgsql: Faster expression evaluation and targetlist projection. Peter Geoghegan
- Re: pgsql: Faster expression evaluation and targetlist projection. David Rowley
- pgsql: Remove unreachable code in expression evaluation. Andres Freund
- Re: pgsql: Faster expression evaluation and targetlist projection. Michael Paquier
- pgsql: Blindly attempt to fix sepgsql tests. Andres Freund
- pgsql: Blindly attempt to fix sepgsql tests #2. Andres Freund
- Re: pgsql: Remove unreachable code in expression evaluation. Tom Lane
- Re: pgsql: Remove unreachable code in expressionevaluation. Andres Freund
- pgsql: Add missing break Alvaro Herrera
- pgsql: Update some obsolete comments. Tom Lane
- pgsql: doc: Clean up bibliography rendering for XSLT Peter Eisentraut
- pgsql: doc: Fix oldhtml/old PDF build Peter Eisentraut
- pgsql: Improve implementation of EEOP_BOOLTEST_* opcodes. Tom Lane
- pgsql: Fix unportable disregard of alignment requirements in RADIUScod Tom Lane
- pgsql: Fix unportable disregard of alignment requirements in RADIUScod Tom Lane
- pgsql: Fix unportable disregard of alignment requirements in RADIUScod Tom Lane
- pgsql: Fix unportable disregard of alignment requirements in RADIUScod Tom Lane
- pgsql: Fix unportable disregard of alignment requirements in RADIUScod Tom Lane
- pgsql: Fix unportable disregard of alignment requirements in RADIUScod Tom Lane
- pgsql: Fix some minor resource leaks in PerformRadiusTransaction(). Tom Lane
- pgsql: Fix typos in logical replication support for initial data copy. Tom Lane
- pgsql: Use ExecPrepareExpr in place of ExecPrepareCheck whereappropria Tom Lane
- pgsql: Fix cpluspluscheck warning Peter Eisentraut
- pgsql: Improve performance of ExecEvalWholeRowVar. Tom Lane
- pgsql: Show more processes in pg_stat_activity. Robert Haas
- pgsql: Fix comment. Robert Haas
- pgsql: Support hashed aggregation with grouping sets. Andrew Gierth
- pgsql: Fix a couple of problems in pg_get_statisticsextdef Alvaro Herrera
- Re: pgsql: Support hashed aggregation with grouping sets. Andrew Gierth
- Re: pgsql: Support hashed aggregation with grouping sets. Tom Lane
- pgsql: Attempt to stabilize grouping sets regression test plans. Andrew Gierth
- Re: pgsql: Fix a couple of problems in pg_get_statisticsextdef Andrew Gierth
- Re: pgsql: Logical replication support for initial data copy Masahiko Sawada
- pgsql: Clean up Perl code according to perlcritic Peter Eisentraut
- pgsql: Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap. Robert Haas
- pgsql: Change default of log_directory to 'log' Peter Eisentraut
- pgsql: Allow ON CONFLICT .. DO NOTHING on a partitioned table. Robert Haas
- pgsql: Fix improper NULL handling in list partitioning code. Robert Haas
- pgsql: Tidy up the CREATE TABLE documentation for partitioning. Robert Haas
- pgsql: Improve documentation of how NOT NULL works with partitioning. Robert Haas
- pgsql: Improve performance of find_tabstat_entry()/get_tabstat_entry() Teodor Sigaev
- pgsql: PL/Python: Add cursor and execute methods to plan object Peter Eisentraut
- pgsql: Rework the stats_ext test Alvaro Herrera
- Re: pgsql: Fix a couple of problems inpg_get_statisticsextdef Alvaro Herrera
- pgsql: doc: Fix oldhtml/old PDF build again Peter Eisentraut
- Re: [COMMITTERS] pgsql: Allow vacuums to report oldestxmin Masahiko Sawada
- pgsql: Improve performance of find_all_inheritors() Teodor Sigaev
- pgsql: Fix thinko in estimate_num_groups Alvaro Herrera
- pgsql: Fsync directory after creating or unlinking file. Teodor Sigaev
- pgsql: Still more code review for single-page hash vacuuming. Robert Haas
- pgsql: doc: Improve rendering of notes/cautions using XSL-FO Peter Eisentraut
- pgsql: Fix uninitialized memory propagation mistakes Alvaro Herrera
- pgsql: Show ignored constants as "$N" rather than "?" inpg_stat_statem Tom Lane
- Re: pgsql: Clean up Perl code according to perlcritic Andrew Dunstan
- pgsql: Fix Perl code which had broken the Windows build Peter Eisentraut
- pgsql: Cleanup slots during drop database Simon Riggs
- pgsql: dblink: Fix error reporting Peter Eisentraut
- pgsql: Altering default privileges on schemas Teodor Sigaev
- Re: [COMMITTERS] pgsql: Allow vacuums to report oldestxmin Fujii Masao
- pgsql: Suppress implicit-conversion warnings seen with newer clangvers Tom Lane
- pgsql: Suppress implicit-conversion warnings seen with newer clangvers Tom Lane
- pgsql: Suppress implicit-conversion warnings seen with newer clangvers Tom Lane
- pgsql: Fix ssl tests Peter Eisentraut
- pgsql: Correct grammar in error message Simon Riggs
- pgsql: Remove direct uses of ItemPointer.{ip_blkid,ip_posid} Alvaro Herrera
- pgsql: Make new expression eval code reject references to droppedcolum Tom Lane
- pgsql: Allow DSM segments to be created as pinned Alvaro Herrera
- pgsql: Change 'diag' to 'note' in TAP tests Peter Eisentraut
- pgsql: doc: Mention --enable-tap-tests in regression test chapter Peter Eisentraut
- pgsql: Cast result of copyObject() to correct type Peter Eisentraut
- pgsql: Improve Node vs Expr use a bit Peter Eisentraut
- pgsql: Fix configure check for typeof Peter Eisentraut
- Re: [COMMITTERS] pgsql: Allow vacuums to report oldestxmin Masahiko Sawada
- pgsql: Fix hardcoded typeof check result for Windows Peter Eisentraut
- pgsql: Plug race in dsa_attach. Robert Haas
- pgsql: Mark more functions parallel-restricted. Robert Haas
- pgsql: Simplify check of modified attributes in heap_update Alvaro Herrera
- pgsql: Update copyright year in recently added files Peter Eisentraut
- pgsql: pg_dump: Remove query truncation in error messages Peter Eisentraut
- pgsql: Implement SortSupport for macaddr data type Teodor Sigaev
- pgsql: Remove support for version-0 calling conventions. Andres Freund
- pgsql: Move contrib/seg to only use V1 calling conventions. Andres Freund
- pgsql: Simplify the example of VACUUM in documentation. Fujii Masao
- pgsql: Simplify the example of VACUUM in documentation. Fujii Masao
- pgsql: Simplify the example of VACUUM in documentation. Fujii Masao
- pgsql: Simplify the example of VACUUM in documentation. Fujii Masao
- pgsql: Simplify the example of VACUUM in documentation. Fujii Masao
- pgsql: Simplify the example of VACUUM in documentation. Fujii Masao
- pgsql: Try to fix xml docs build broken in 5ded4bd. Andres Freund
- Re: [COMMITTERS] pgsql: Allow vacuums to report oldestxmin Fujii Masao
- pgsql: Support \if ... \elif ... \else ... \endif in psql scripting. Tom Lane
- pgsql: Default monitoring roles Simon Riggs
- Re: pgsql: Default monitoring roles Erik Rijkers
- pgsql: Fix pgrowlocks minor coding oversight Simon Riggs
- Re: pgsql: Default monitoring roles Simon Riggs
- Re: pgsql: Default monitoring roles Dave Page
- pgsql: Fix broken markup. Tom Lane
- pgsql: Fix typo in comment Magnus Hagander