Commit Graph

52219 Commits (026ed8efd6b1d774924937baf3209b676df4531f)
 

Author SHA1 Message Date
Tom Lane 00116dee5a Rethink regexp engine's backref-related compilation state. 4 years ago
David Rowley 75a2d132ea Remove unused function declaration 4 years ago
Tom Lane cb76fbd7ec Make regexp engine's backref-related compilation state more bulletproof. 4 years ago
Tom Lane cc1868799c Fix use-after-free issue in regexp engine. 4 years ago
Andres Freund 675c945394 Move temporary file cleanup to before_shmem_exit(). 4 years ago
Peter Eisentraut 256909c6c1 Remove T_MemoryContext 4 years ago
Peter Eisentraut 80dfbbf1b1 pg_amcheck: Message style improvements 4 years ago
Tom Lane 9179a82d7a Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY. 4 years ago
Peter Eisentraut 789d8060f0 pg_amcheck: Add missing translation markers 4 years ago
Peter Eisentraut f4f4a649d8 Message style improvements 4 years ago
Andres Freund fb2c5028e6 pgstat: Schedule per-backend pgstat shutdown via before_shmem_exit(). 4 years ago
Andres Freund a1bb3d5dbe Schedule ShutdownXLOG() in single user mode using before_shmem_exit(). 4 years ago
Andres Freund fa91d4c91f Make parallel worker shutdown complete entirely via before_shmem_exit(). 4 years ago
Andres Freund ee3f8d3d3a pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV. 4 years ago
Tom Lane 5c056b0c25 Don't elide casting to typmod -1. 4 years ago
Dean Rasheed 2642df9fac Adjust the integer overflow tests in the numeric code. 4 years ago
Peter Eisentraut ba4eb86cef Add missing message punctuation 4 years ago
Peter Eisentraut 05e60aece3 Fix wording 4 years ago
Andres Freund b406478b87 process startup: Always call Init[Auxiliary]Process() before BaseInit(). 4 years ago
Andres Freund 0de13bbc47 Call pgwin32_signal_initialize() in postmaster as well. 4 years ago
Andres Freund 07bf378509 process startup: Centralize pgwin32_signal_initialize() calls. 4 years ago
Andres Freund f8dd4ecb0b process startup: Remove bootstrap / checker modes from AuxProcType. 4 years ago
Andres Freund 0a692109dc process startup: Move AuxiliaryProcessMain into its own file. 4 years ago
Andres Freund 27f7903466 process startup: auxprocess: reindent block 4 years ago
Andres Freund 5aa4a9d207 process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain. 4 years ago
Andres Freund 50017f7772 process startup: Rename postmaster's --forkboot to --forkaux. 4 years ago
Etsuro Fujita aa769f80ed postgres_fdw: Fix issues with generated columns in foreign tables. 4 years ago
Fujii Masao 93d573d865 Remove unused argument "txn" in maybe_send_schema(). 4 years ago
Dean Rasheed 226ec49ffd Fix division-by-zero error in to_char() with 'EEEE' format. 4 years ago
Andres Freund 87bff68840 pgbench: When using pipelining only do PQconsumeInput() when necessary. 4 years ago
Andres Freund 1bc8e7b099 pgstat: split reporting/fetching of bgwriter and checkpointer stats. 4 years ago
Peter Geoghegan cc8033e1da Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM. 4 years ago
Amit Kapila 63cf61cdeb Add prepare API support for streaming transactions in logical replication. 4 years ago
Tom Lane 6424337073 Add assorted new regexp_xxx SQL functions. 4 years ago
Bruce Momjian 9e51cc87fd C comment: correct heading of extension query 4 years ago
Bruce Momjian 95ab1e0a9d interval: round values when spilling to months 4 years ago
Bruce Momjian e462856a7a pg_upgrade: warn about extensions that need updating 4 years ago
Bruce Momjian 5090d709f1 pg_upgrade: improve docs about extension upgrades 4 years ago
Bruce Momjian 691272cae9 doc: mention inheritance's tableoid can be used in partitioning 4 years ago
Bruce Momjian cfbbb8610d doc: add example of using pg_dump with GNU split and gzip 4 years ago
Thomas Munro 8f7c8e2bef Further simplify a bit of logic in StartupXLOG(). 4 years ago
David Rowley db632fbca3 Allow ordered partition scans in more cases 4 years ago
David Rowley 475dbd0b71 Track a Bitmapset of non-pruned partitions in RelOptInfo 4 years ago
Tom Lane a5cb4f9829 Doc: minor improvements for logical replication protocol documentation. 4 years ago
Thomas Munro 7ff23c6d27 Run checkpointer and bgwriter in crash recovery. 4 years ago
Andres Freund 8b1de88b7c Remove misplaced comment from AuxiliaryProcessMain(). 4 years ago
Etsuro Fujita a8ed9bd59d Fix oversight in commit 1ec7fca859. 4 years ago
Amit Kapila eaf5321c35 Fix test failure in 021_twophase.pl. 4 years ago
Andrew Dunstan 0d14019318
Silence perl warning about uninitialized value 4 years ago
Tom Lane 64a1f22565 Doc: alphabetize the regexp_foo() function descriptions in 9.7.3. 4 years ago