summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-27Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-27Include common/relpath.h in utils/relfilenumbermap.hRobert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Move RelFileNumber declarations to common/relpath.h.Robert Haas
2022-09-27Renumber GUC flags for a bit more sanity.Tom Lane
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane
2022-09-27Improve some publication-related error messagesAlvaro Herrera
2022-09-27Fix pg_stat_statements for MERGEAlvaro Herrera
2022-09-27ci: Add hint about downloadable logs to READMEAndres Freund
2022-09-27meson: Include CFLAGS/c_args in summary and pg_config outputAndres Freund
2022-09-27Mark ParallelMessagePending as sig_atomic_tMichael Paquier
2022-09-27Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier
2022-09-26windows: remove date from version number in win32ver.rcAndres Freund
2022-09-26Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statementsTom Lane
2022-09-26Implement WRITE_READ_PARSE_PLAN_TREES for raw parse treesTom Lane
2022-09-26Don't lose precision for float fields of Nodes.Peter Eisentraut
2022-09-26catversion bumpPeter Eisentraut
2022-09-26Fix write/read of empty string fields in Nodes.Peter Eisentraut
2022-09-26Remove unused xid parameter.Amit Kapila
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-25Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane
2022-09-25Avoid loss of code coverage with unlogged-index test cases.Tom Lane
2022-09-25Add missing source files to pg_waldump/nls.mkAlvaro Herrera
2022-09-24Message style improvementsPeter Eisentraut
2022-09-24Add read support for some missing raw parse nodesPeter Eisentraut
2022-09-24Fix reading of BitString nodesPeter Eisentraut
2022-09-24Fix reading of most-negative integer value nodesPeter Eisentraut
2022-09-24Remove uses of register due to incompatibility with C++17 and upAndres Freund
2022-09-24De-special-case pgevent's rc file handlingAndres Freund
2022-09-24meson: Remove non-binary targets accidentally added to bin_targetsAndres Freund
2022-09-24Improve terminologyPeter Eisentraut
2022-09-23pgstat: Fix transactional stats dropping for indexesAndres Freund
2022-09-23Remove PQsendQuery support in pipeline modeAlvaro Herrera
2022-09-23Stop using PQsendQuery in libpq_pipelineAlvaro Herrera
2022-09-23Allow publications with schema and table of the same schema.Amit Kapila
2022-09-22Harmonize parameter names in pg_dump/pg_dumpall.Peter Geoghegan
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-22Harmonize parameter names in ecpg code.Peter Geoghegan
2022-09-22Fix race condition where heap_delete() fails to pin VM page.Jeff Davis
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-09-22Use min/max bounds defined by Zstd for compression levelMichael Paquier
2022-09-22Fix thinko in comment.Etsuro Fujita
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-22Clear ps display of startup process at the end of recoveryMichael Paquier
2022-09-22Used optimized linear search in more code pathsMichael Paquier
2022-09-22psql: Improve tab-completion for MERGE.Fujii Masao
2022-09-21Harmonize lexer adjacent function parameter names.Peter Geoghegan
2022-09-21Improve ICU option handling in CREATE DATABASEPeter Eisentraut
2022-09-21Tighten pg_get_object_address argument checkingPeter Eisentraut