aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera2024-11-15
* Proper object locking for GRANT/REVOKEPeter Eisentraut2024-11-15
* jit: Stop emitting some unnecessary instructionsHeikki Linnakangas2024-11-15
* Add an assertion in get_object_address()Peter Eisentraut2024-11-15
* Fix race conditions with drop of reused pgstats entriesMichael Paquier2024-11-15
* Pass MyPMChildSlot as an explicit argument to child processHeikki Linnakangas2024-11-14
* Assign a child slot to every postmaster child processHeikki Linnakangas2024-11-14
* Kill dead-end children when there's nothing else leftHeikki Linnakangas2024-11-14
* Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas2024-11-14
* Remove a useless cast to (void *) in hash_search() callPeter Eisentraut2024-11-14
* contrib/lo: Use SQL-standard function bodiesMichael Paquier2024-11-14
* xml2: Add tests for functions xpath_nodeset() and xpath_list()Michael Paquier2024-11-14
* contrib/lo: Add test for function lo_oid()Michael Paquier2024-11-14
* Add nbtree amgettuple return item function.Peter Geoghegan2024-11-13
* Fix pg_upgrade's cross-version tests when old < 18Álvaro Herrera2024-11-13
* configure.ac: Remove useless AC_SUBSTPeter Eisentraut2024-11-13
* doc: Update pg_constraint.conexclop docs for WITHOUT OVERLAPSPeter Eisentraut2024-11-13
* doc: Add PERIOD to ALTER TABLE reference docsPeter Eisentraut2024-11-13
* doc: Small improvement in CREATE TABLE / PERIOD documentationPeter Eisentraut2024-11-13
* doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docsPeter Eisentraut2024-11-13
* Fix comment in injection_point.cMichael Paquier2024-11-13
* Fix obsolete nbtree page reuse FSM comment.Peter Geoghegan2024-11-12
* Count contrib/bloom index scans in pgstat view.Peter Geoghegan2024-11-12
* Add missing word in commentAmit Langote2024-11-12
* Silence compilers about extractNotNullColumn()Álvaro Herrera2024-11-12
* pg_freespacemap: Use SQL-standard function bodiesMichael Paquier2024-11-12
* Fix arrays comparison in CompareOpclassOptions()Alexander Korotkov2024-11-12
* Parallel workers use AuthenticatedUserId for connection privilege checks.Tom Lane2024-11-11
* Fix cross-version upgrade tests.Tom Lane2024-11-11
* Avoid bizarre meson behavior with backslashes in command arguments.Tom Lane2024-11-11
* Fix improper interactions between session_authorization and role.Tom Lane2024-11-11
* Ensure cached plans are correctly marked as dependent on role.Nathan Bossart2024-11-11
* Block environment variable mutations from trusted PL/Perl.Noah Misch2024-11-11
* Doc: Add links to clarify the max_replication_slots.Amit Kapila2024-11-11
* Add two attributes to pg_stat_database for parallel workers activityMichael Paquier2024-11-11
* libpq: Bail out during SSL/GSS negotiation errorsMichael Paquier2024-11-11
* pg_stat_statements: Avoid some locking during PGSS entry scansMichael Paquier2024-11-11
* jit: Remove obsolete LLVM version guard.Thomas Munro2024-11-11
* Fix sign-compare warnings in pg_iovec.h.Nathan Bossart2024-11-08
* Assert consistency of currPage that ended scan.Peter Geoghegan2024-11-08
* Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK.Nathan Bossart2024-11-08
* Improve fix for not entering parallel mode when holding interrupts.Tom Lane2024-11-08
* Avoid nbtree parallel scan currPos confusion.Peter Geoghegan2024-11-08
* Add pg_constraint rows for not-null constraintsÁlvaro Herrera2024-11-08
* Disallow partitionwise join when collations don't matchAmit Langote2024-11-08
* Disallow partitionwise grouping when collations don't matchAmit Langote2024-11-08
* Fix inconsistent RestrictInfo serial numbersRichard Guo2024-11-08
* Fix __attribute__((target(...))) usage.Nathan Bossart2024-11-07
* Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart2024-11-07
* doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraintsÁlvaro Herrera2024-11-07