postgresql.git
2024-07-08 Michael PaquierRenumber pg_get_acl() in pg_proc.dat
2024-07-08 David RowleyWiden lossy and exact page counters for Bitmap Heap...
2024-07-08 Richard GuoRemove an extra period in code comment
2024-07-08 Richard GuoFix right-anti-joins when the inner relation is proven...
2024-07-08 Michael PaquierRe-enable autoruns for cmd.exe on Windows
2024-07-06 Tom LaneUse xmlAddChildList not xmlAddChild in XMLSERIALIZE.
2024-07-06 David RowleyAdjust tuplestore.c not to allocate BufFiles in generat...
2024-07-06 David RowleyFix incorrect sentinel byte logic in GenerationRealloc()
2024-07-05 Thomas MunroCope with <regex.h> name clashes.
2024-07-05 Tom LaneFix placement of "static".
2024-07-05 Nathan BossartRemove check hooks for GUCs that contribute to MaxBackends.
2024-07-05 Tom LaneImprove PL/Tcl's method for choosing Tcl names of proce...
2024-07-05 Tom LaneDoc: minor improvements for our "Brief History" chapter.
2024-07-05 Michael PaquierSupport loading of injection points
2024-07-05 Heikki LinnakangasLift limitation that PGPROC->links must be the first...
2024-07-05 David RowleyImprove memory management and performance of tuplestore.c
2024-07-05 David RowleyFix newly introduced issue in EXPLAIN for Materialize...
2024-07-05 Thomas MunroAdd simple codepoint redirections to unaccent.rules.
2024-07-05 David RowleyAdd memory/disk usage for Material nodes in EXPLAIN
2024-07-05 Richard GuoSupport "Right Semi Join" plan shapes
2024-07-04 Tom LaneDoc: small improvements in discussion of geometric...
2024-07-04 Alvaro HerreraFix copy/paste mistake in comment
2024-07-04 Alvaro HerreraRemove bogus assertion in pg_atomic_monotonic_advance_u64
2024-07-04 Daniel Gustafssondoc: Specify when ssl_prefer_server_ciphers was added
2024-07-04 Michael PaquierAdd pg_get_acl() to get the ACL for a database object
2024-07-04 Amit LangoteSQL/JSON: Fix some obsolete comments.
2024-07-04 Michael PaquierAssign error codes where missing for user-facing failures
2024-07-03 Alexander KorotkovOptimize memory access in GetRunningTransactionData()
2024-07-03 Alexander KorotkovFix typo in GetRunningTransactionData()
2024-07-03 David RowleyRemove incorrect Asserts in buffile.c
2024-07-03 Nathan BossartImprove performance of binary_upgrade_set_pg_class_oids().
2024-07-03 Nathan BossartRemove is_index parameter from binary_upgrade_set_pg_cl...
2024-07-03 Heikki LinnakangasAvoid 0-length memcpy to NULL with EXEC_BACKEND
2024-07-03 Heikki LinnakangasTighten check for --forkchild argument when spawning...
2024-07-03 Amit KapilaFix the testcase introduced in commit 81d20fbf7a.
2024-07-03 Michael PaquierReplace hardcoded identifiers of pgstats file by #defines
2024-07-03 Michael PaquierClean up more unused variables in perl code
2024-07-02 Nathan BossartAdd CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md.
2024-07-02 Heikki LinnakangasRemove redundant SetProcessingMode(InitProcessing)...
2024-07-02 Heikki LinnakangasMove bgworker specific logic to bgworker.c
2024-07-02 Nathan Bossartpg_dump: Remove some unused return values.
2024-07-02 Daniel GustafssonUse safe string copy routine
2024-07-02 Peter EisentrautRemove too demanding test
2024-07-02 Peter EisentrautLimit max parameter number with MaxAllocSize
2024-07-02 Peter EisentrautFix overflow in parsing of positional parameter
2024-07-02 Amit KapilaDrop pre-existing subscriptions from the converted...
2024-07-02 Peter EisentrautImprove some global variable declarations
2024-07-02 Peter EisentrautAdd missing includes for some global variables
2024-07-02 Peter EisentrautConvert some extern variables to static
2024-07-02 Amit KapilaRemove unused structure member in pg_createsubscriber.c.
2024-07-02 David RowleyUse TupleDescAttr macro consistently
2024-07-02 Michael PaquierCleanup perl code from unused variables and routines
2024-07-02 Michael PaquierAdd information about access method for partitioned...
2024-07-01 Tom LaneRemove support for HPPA (a/k/a PA-RISC) architecture.
2024-07-01 Nathan BossartRemove redundant privilege check from pg_sequences...
2024-07-01 Tom LanePreserve CurrentMemoryContext across Start/CommitTransa...
2024-07-01 Nathan BossartAdd --no-sync to pg_upgrade's uses of pg_dump and pg_du...
2024-07-01 Peter EisentrautRemove useless extern keywords
2024-07-01 Alvaro HerreraFix copy-paste mistake in PQcancelCreate
2024-07-01 David RowleyAdd context type field to pg_backend_memory_contexts
2024-07-01 Peter EisentrautRemove useless code
2024-07-01 Peter EisentrautRemove useless initializations
2024-07-01 Peter Eisentrautdoc: Clarify that pg_attrdef also stores generation...
2024-07-01 Amit KapilaRename standby_slot_names to synchronized_standby_slots.
2024-07-01 Peter EisentrautApply COPT to CXXFLAGS as well
2024-07-01 Michael PaquierUse pgstat_kind_infos to read fixed shared statistics
2024-07-01 Tom LaneFurther weaken new pg_createsubscriber test on Windows.
2024-07-01 Michael PaquierFormat better code for xact_decode()'s XLOG_XACT_INVALI...
2024-07-01 Michael Paquierdoc: Add ACL acronym for "Access Control List"
2024-07-01 Michael PaquierRemove PgStat_KindInfo.named_on_disk
2024-07-01 David RowleyImprove enlargeStringInfo's ERROR message
2024-06-30 Michael PaquierStamp HEAD as 18devel.
2024-06-30 Michael PaquierRun pgperltidy
2024-06-30 Tom LaneTemporarily(?) weaken new pg_createsubscriber test...
2024-06-30 Tomas VondraAdd PG_TEST_PG_COMBINEBACKUP_MODE
2024-06-30 Tomas VondraAdd pg_combinebackup --copy option
2024-06-30 Tomas VondraAdd headers needed by pg_combinebackup --clone
2024-06-30 Tom LaneMake pg_createsubscriber warn if publisher has two...
2024-06-30 Tom LaneMake pg_createsubscriber more wary about quoting connec...
2024-06-28 Noah MischFix .gitignore for new injection suite.
2024-06-28 Noah MischRemove configuration-dependent output from new inplace...
2024-06-28 Robert Haaspgindent, because I forgot to do that.
2024-06-28 Amit LangoteSQL/JSON: Always coerce JsonExpr result at runtime
2024-06-28 Amit LangoteSQL/JSON: Fix coercion of constructor outputs to types...
2024-06-28 Robert HaasPrevent summarizer hang when summarize_wal turned off...
2024-06-28 Amit LangoteSQL/JSON: Validate values in ON ERROR/EMPTY clauses
2024-06-28 Amit LangoteSQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_T...
2024-06-28 Michael PaquierUpdate modules/injection_points/.gitignore
2024-06-28 Michael PaquierFix comments in heaptuple.c
2024-06-28 Michael PaquierImprove locking around InjectionPointRun()
2024-06-28 Noah MischRemove comment about xl_heap_inplace "AT END OF STRUCT".
2024-06-28 Noah MischCope with inplace update making catcache stale during...
2024-06-28 Noah MischAccessExclusiveLock new relations just after assigning...
2024-06-28 Noah MischLock before setting relhassubclass on RELKIND_PARTITION...
2024-06-28 Noah MischLock owned sequences during ALTER TABLE SET { LOGGED...
2024-06-28 Noah MischExpand comments and add an assertion in nodeModifyTable.c.
2024-06-28 Noah MischAdd an injection_points isolation test suite.
2024-06-28 Noah MischCreate waitfuncs.c for pg_isolation_test_session_is_blo...
2024-06-28 Noah MischAdd wait event type "InjectionPoint", a custom type...
2024-06-28 Noah MischImprove test coverage for changes to inplace-updated...
next