summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-23Improve 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-21meson: 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
2022-09-21Improve some GUC description stringsAlvaro Herrera
2022-09-21Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila
2022-09-21Improve some error messages.Amit Kapila
2022-09-20Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3ccAndres Freund
2022-09-21Add definition pg_attribute_aligned() for MSVCMichael Paquier
2022-09-20Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane
2022-09-20Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-20Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund
2022-09-20Improve comment for OAT_POST_CREATE.Jeff Davis
2022-09-20Fix `trap` in a few shell scriptsAlvaro Herrera