Commit Graph

54641 Commits (31d2c4716e6b429353bb81cebaa0f2b1267823d6)
 

Author SHA1 Message Date
Andres Freund 31d2c4716e windows: remove date from version number in win32ver.rc 3 years ago
Tom Lane fbd2bd15b0 Doc: further adjust notes about pg_upgrade_output.d. 3 years ago
Tom Lane 787102b563 Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statements 3 years ago
Tom Lane 40ad8f9dee Implement WRITE_READ_PARSE_PLAN_TREES for raw parse trees 3 years ago
Peter Eisentraut acd624644b Don't lose precision for float fields of Nodes. 3 years ago
Peter Eisentraut c07785d458 catversion bump 3 years ago
Peter Eisentraut 8999f5ed3c Fix write/read of empty string fields in Nodes. 3 years ago
Amit Kapila af51b2f042 Remove unused xid parameter. 3 years ago
Michael Paquier 7d708093b7 Refactor creation of backup_label and backup history files 3 years ago
Tom Lane 216f9c1ab3 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. 3 years ago
Tom Lane 1d2fec990c Avoid loss of code coverage with unlogged-index test cases. 3 years ago
Alvaro Herrera dda101315a
Add missing source files to pg_waldump/nls.mk 3 years ago
Peter Eisentraut 26f7802beb Message style improvements 3 years ago
Peter Eisentraut a6bc330192 Add read support for some missing raw parse nodes 3 years ago
Peter Eisentraut 2cb1a5a8d4 Fix reading of BitString nodes 3 years ago
Peter Eisentraut 43f4b34915 Fix reading of most-negative integer value nodes 3 years ago
Andres Freund 03bf971d2d Remove uses of register due to incompatibility with C++17 and up 3 years ago
Andres Freund eef63941c1 De-special-case pgevent's rc file handling 3 years ago
Andres Freund a075c616d2 meson: Remove non-binary targets accidentally added to bin_targets 3 years ago
Peter Eisentraut 6d6e136872 Improve terminology 3 years ago
Tom Lane 5f1048881d Doc: minor cleanups. 3 years ago
Andres Freund d811ce6ea3 pgstat: Fix transactional stats dropping for indexes 3 years ago
Alvaro Herrera 0032a54567
Remove PQsendQuery support in pipeline mode 3 years ago
Alvaro Herrera d11a41a4ce
Stop using PQsendQuery in libpq_pipeline 3 years ago
Andres Freund e3e6ee6964 ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/... 3 years ago
Amit Kapila 13a185f54b Allow publications with schema and table of the same schema. 3 years ago
Tom Lane d89755dac6 Doc: adjust misleading phrasing of a few cross-references. 3 years ago
Peter Geoghegan 20e69daa13 Harmonize parameter names in pg_dump/pg_dumpall. 3 years ago
Peter Geoghegan 0faf7d933f Harmonize parameter names in contrib code. 3 years ago
Peter Geoghegan 8fb4e001e9 Harmonize more lexer function parameter names. 3 years ago
Peter Geoghegan 3535ebce5d Harmonize parameter names in ecpg code. 3 years ago
Jeff Davis 163b0993a1 Fix race condition where heap_delete() fails to pin VM page. 3 years ago
Alvaro Herrera 790bf615dd
Remove ALL keyword from TABLES IN SCHEMA for publication 3 years ago
Peter Eisentraut ba50834551 Restore archive_command documentation 3 years ago
Michael Paquier 18ac08f0b4 Use min/max bounds defined by Zstd for compression level 3 years ago
Etsuro Fujita cbe6dd17ac Fix thinko in comment. 3 years ago
Andres Freund e6b6ea025c meson: ci: Convert some tasks to use meson 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Michael Paquier fbb5f54b67 Clear ps display of startup process at the end of recovery 3 years ago
Fujii Masao 2f636daac8 docs: Fix snapshot name in SET TRANSACTION docs. 3 years ago
Michael Paquier 14ff44f80c Used optimized linear search in more code paths 3 years ago
Fujii Masao 9a6915257d psql: Improve tab-completion for MERGE. 3 years ago
Andres Freund 661ee7bfc6 ci: windows: set error mode to not include SEM_NOGPFAULTERRORBOX 3 years ago
Thomas Munro a3a3c1ea87 ci: Increase requested memory size. 3 years ago
Peter Geoghegan aab06442d4 Harmonize lexer adjacent function parameter names. 3 years ago
Peter Eisentraut e59a67fb8f Improve ICU option handling in CREATE DATABASE 3 years ago
Peter Eisentraut 2da8c4cff3 Tighten pg_get_object_address argument checking 3 years ago
Alvaro Herrera 3d4e841a07
Improve some GUC description strings 3 years ago
Amit Kapila a932824dfe Pass Size as a 2nd argument for snprintf() in tablesync.c. 3 years ago
Amit Kapila 6971a839cc Improve some error messages. 3 years ago