summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-17Track behavior of \1 in pg_ident.conf when quotedMichael Paquier
2023-01-17Don't presort ORDER BY/DISTINCT Aggrefs with volatile functionsDavid Rowley
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane
2023-01-16Tighten up VACUUM's approach to setting VM bits.Peter Geoghegan
2023-01-16Add BufFileRead variants with short read and EOF detectionPeter Eisentraut
2023-01-16Fix some BufFileRead() error reportingPeter Eisentraut
2023-01-16Refactor code in charge of running shell-based recovery commandsMichael Paquier
2023-01-16Store IdentLine->pg_user as an AuthTokenMichael Paquier
2023-01-15Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin.Tom Lane
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-13Clean up useless "skipping" messages for VACUUM/ANALYZE.Jeff Davis
2023-01-13Simplify permissions for LOCK TABLE.Jeff Davis
2023-01-13Ignore dropped and generated columns from the column list.Amit Kapila
2023-01-13Avoid creating parallel apply state hash table unless required.Amit Kapila
2023-01-13Add tests for regex replacement with \1 in pg_ident.conf to 0003_peer.plMichael Paquier
2023-01-12Fix WaitEventSetWait() buffer overrun.Thomas Munro
2023-01-12Fix jsonpath existense checking of missing variablesAlexander Korotkov
2023-01-12Constify the arguments of ilist.c/h functionsPeter Eisentraut
2023-01-12Code cleanupPeter Eisentraut
2023-01-12Rename some variables related to ident files in hba.{c,h}Michael Paquier
2023-01-12Fix incorrect comment in hba.hMichael Paquier
2023-01-12Acquire spinlock when updating 2PC slot data during logical decoding creationMichael Paquier
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Refactor DetermineSleepTime() to use milliseconds.Thomas Munro
2023-01-12Use WaitEventSet API for postmaster's event loop.Thomas Munro
2023-01-12Make lazy_vacuum_heap_rel match lazy_scan_heap.Peter Geoghegan
2023-01-12vacuumlazy.c: Tweak local variable name.Peter Geoghegan
2023-01-12Rename and relocate freeze plan dedup routines.Peter Geoghegan
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-11Add support for tab completion after ALTER EXTENSION ADD|DROP in psqlMichael Paquier
2023-01-11Improve TransactionIdDidAbort() documentation.Peter Geoghegan
2023-01-11Improve handling of inherited GENERATED expressions.Tom Lane
2023-01-11Don't leave roles behind after core regression tests.Tom Lane
2023-01-11Fix MSVC buildPeter Eisentraut
2023-01-11Common function for percent placeholder replacementPeter Eisentraut
2023-01-11Fix typos in code and commentsMichael Paquier
2023-01-11Remove function declarations from headers for some undefined functionsMichael Paquier
2023-01-10Have the planner consider Incremental Sort for DISTINCTDavid Rowley
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2023-01-10Restrict the privileges of CREATEROLE users.Robert Haas
2023-01-10Fix MERGE's test for unreachable WHEN clauses.Dean Rasheed
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-10Round off random_normal() test results one more decimal place.Tom Lane
2023-01-10Fix the display of lock information for specktoken.Amit Kapila
2023-01-10Remove pg_regress' never-documented "ignore" feature.Tom Lane
2023-01-10Upgrade the random.sql regression test.Tom Lane
2023-01-09Invent random_normal() to provide normally-distributed random numbers.Tom Lane
2023-01-09Remove redundant setting of tuplesort statusJohn Naylor