summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-06Adjust tuplestore.c not to allocate BufFiles in generation contextDavid Rowley
2024-07-06Fix incorrect sentinel byte logic in GenerationRealloc()David Rowley
2024-07-05Cope with <regex.h> name clashes.Thomas Munro
2024-07-05Fix placement of "static".Tom Lane
2024-07-05Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart
2024-07-05Improve PL/Tcl's method for choosing Tcl names of procedures.Tom Lane
2024-07-05Doc: minor improvements for our "Brief History" chapter.Tom Lane
2024-07-05Support loading of injection pointsMichael Paquier
2024-07-05Lift limitation that PGPROC->links must be the first fieldHeikki Linnakangas
2024-07-05Improve memory management and performance of tuplestore.cDavid Rowley
2024-07-05Fix newly introduced issue in EXPLAIN for Materialize nodesDavid Rowley
2024-07-05Add simple codepoint redirections to unaccent.rules.Thomas Munro
2024-07-05Add memory/disk usage for Material nodes in EXPLAINDavid Rowley
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-07-04Doc: small improvements in discussion of geometric data types.Tom Lane
2024-07-04Fix copy/paste mistake in commentAlvaro Herrera
2024-07-04Remove bogus assertion in pg_atomic_monotonic_advance_u64Alvaro Herrera
2024-07-04doc: Specify when ssl_prefer_server_ciphers was addedDaniel Gustafsson
2024-07-04Add pg_get_acl() to get the ACL for a database objectMichael Paquier
2024-07-04SQL/JSON: Fix some obsolete comments.Amit Langote
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-07-03Optimize memory access in GetRunningTransactionData()Alexander Korotkov
2024-07-03Fix typo in GetRunningTransactionData()Alexander Korotkov
2024-07-03Remove incorrect Asserts in buffile.cDavid Rowley
2024-07-03Improve performance of binary_upgrade_set_pg_class_oids().Nathan Bossart
2024-07-03Remove is_index parameter from binary_upgrade_set_pg_class_oids().Nathan Bossart
2024-07-03Avoid 0-length memcpy to NULL with EXEC_BACKENDHeikki Linnakangas
2024-07-03Tighten check for --forkchild argument when spawning child processHeikki Linnakangas
2024-07-03Fix the testcase introduced in commit 81d20fbf7a.Amit Kapila
2024-07-03Replace hardcoded identifiers of pgstats file by #definesMichael Paquier
2024-07-03Clean up more unused variables in perl codeMichael Paquier
2024-07-02Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md.Nathan Bossart
2024-07-02Remove redundant SetProcessingMode(InitProcessing) callsHeikki Linnakangas
2024-07-02Move bgworker specific logic to bgworker.cHeikki Linnakangas
2024-07-02pg_dump: Remove some unused return values.Nathan Bossart
2024-07-02Use safe string copy routineDaniel Gustafsson
2024-07-02Remove too demanding testPeter Eisentraut
2024-07-02Limit max parameter number with MaxAllocSizePeter Eisentraut
2024-07-02Fix overflow in parsing of positional parameterPeter Eisentraut
2024-07-02Drop pre-existing subscriptions from the converted subscriber.Amit Kapila
2024-07-02Improve some global variable declarationsPeter Eisentraut
2024-07-02Add missing includes for some global variablesPeter Eisentraut
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-07-02Remove unused structure member in pg_createsubscriber.c.Amit Kapila
2024-07-02Use TupleDescAttr macro consistentlyDavid Rowley
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-07-02Add information about access method for partitioned relations in \dP+Michael Paquier
2024-07-01Remove support for HPPA (a/k/a PA-RISC) architecture.Tom Lane
2024-07-01Remove redundant privilege check from pg_sequences system view.Nathan Bossart
2024-07-01Preserve CurrentMemoryContext across Start/CommitTransactionCommand.Tom Lane