summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2024-09-12Adjust tuplestore stats APIDavid Rowley
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-09-09Add WAL usage reporting to ANALYZE VERBOSE output.Masahiko Sawada
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-09Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier
2024-09-07Update extension lookup routines to use the syscacheMichael Paquier
2024-09-04Remove lc_collate_is_c().Jeff Davis
2024-09-04Unify some error messages to ease work of translatorsMichael Paquier
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-08-29Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier
2024-08-29Message style improvementsPeter Eisentraut
2024-08-29Disallow USING clause when altering type of generated columnPeter Eisentraut
2024-08-29Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.cMichael Paquier
2024-08-28Add prefetching support on macOSPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-22Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov
2024-08-22Small code simplificationRichard Guo
2024-08-21Disallow creating binary-coercible casts involving range types.Tom Lane
2024-08-21Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas
2024-08-21Small code simplificationPeter Eisentraut
2024-08-19Explain dropdb can't use syscache because of TOASTTomas Vondra
2024-08-18Fix DROP DATABASE for databases with many ACLsTomas Vondra
2024-08-18Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.Noah Misch
2024-08-16Relocate a badly placed Assert in COPY FROM codeDavid Rowley
2024-08-16Refactor CopyOneRowToHeikki Linnakangas
2024-08-15Variable renaming in dbcommands.cPeter Eisentraut
2024-08-15Improve ALTER PUBLICATION validation and error messagesDavid Rowley
2024-08-14Add resource statistics reporting to ANALYZE VERBOSE.Masahiko Sawada
2024-08-14Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada
2024-08-10Improve header comment for WaitLSNSetLatches()Alexander Korotkov
2024-08-10Adjust pg_wal_replay_wait() procedure behavior on promoted standbyAlexander Korotkov
2024-08-08Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera
2024-08-08Refactor error messages to reduce duplicationAlvaro Herrera
2024-08-06Turn a few 'validnsps' static variables into localsHeikki Linnakangas
2024-08-06Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-08-06Clean up handling of client_encoding GUC in parallel workers.Tom Lane
2024-08-02Small refactoring around ExecCreateTableAs().Jeff Davis
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Add is_create parameter to RefreshMatviewByOid().Jeff Davis
2024-07-31Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-07-31Introduce pg_sequence_read_tuple().Nathan Bossart
2024-07-30Disallow setting MAX_PARTITION_BUFFERS to less than 2David Rowley
2024-07-26Clarify error message and documentation related to typed tables.Tom Lane
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-07-23Use more consistently int64 for page numbers in SLRU-related codeMichael Paquier
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart