Commit Graph

26028 Commits (9812138593f3e56735d93715a6dc2ed2d392611e)

Author SHA1 Message Date
Jeff Davis f244a2bb4c Move ICU-specific code from pg_locale.c into pg_locale_icu.c. 1 year ago
Masahiko Sawada 4681ad4b2f Use construct_array_builtin for FLOAT8OID instead of construct_array. 1 year ago
Peter Eisentraut c594f1ad2b Track scan reversals in MergeJoin 1 year ago
Peter Eisentraut 0d2aa4d493 Track sort direction in SortGroupClause 1 year ago
Jeff Davis 35a015a600 Fixup for pg_set_relation_stats(). 1 year ago
Michael Paquier c0b74323dc Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workers 1 year ago
Tom Lane 9f954177b1 Correctly identify which EC members are computable at a plan node. 1 year ago
Jeff Davis 98c5b191e7 Fix missed case for builtin collation provider. 1 year ago
Jeff Davis e839c8ecc9 Create functions pg_set_relation_stats, pg_clear_relation_stats. 1 year ago
Daniel Gustafsson 6f782a2a17 Avoid mixing custom and OpenSSL BIO functions 1 year ago
Nathan Bossart 4e1fad3787 Add pg_ls_summariesdir(). 1 year ago
Álvaro Herrera 099c572d33
Use deconstruct_array_builtin instead of deconstruct_array 1 year ago
David Rowley 161320b4b9 Adjust EXPLAIN's output for disabled nodes 1 year ago
Álvaro Herrera fd64ed60b6
Unbreak overflow test for attinhcount/coninhcount 1 year ago
Tom Lane 5a4416192d Avoid crash in estimate_array_length with null root pointer. 1 year ago
Michael Paquier f3f06b1330 Apply GUC name from central table in more places of guc.c 1 year ago
Richard Guo 67a54b9e83 Allow pushdown of HAVING clauses with grouping sets 1 year ago
Richard Guo 828e94c9d2 Consider explicit incremental sort for mergejoins 1 year ago
Michael Paquier de3a2ea3b2 Introduce two fields in EState to track parallel worker activity 1 year ago
Tom Lane 2d24fd942c Add min and max aggregates for bytea type. 1 year ago
Andres Freund 57f3702471 Use aux process resource owner in walsender 1 year ago
Andres Freund 755a4c10d1 bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers() 1 year ago
Andres Freund 488f826c72 bufmgr: Return early in ScheduleBufferTagForWriteback() if fsync=off 1 year ago
Heikki Linnakangas 2bbc261ddb Use an shmem_exit callback to remove backend from PMChildFlags on exit 1 year ago
Fujii Masao a39297ec02 Move check for binary mode and on_error option to the appropriate location. 1 year ago
Fujii Masao 4ac2a9bece Add REJECT_LIMIT option to the COPY command. 1 year ago
Michael Paquier 4572d59e3c Improve style of two code paths 1 year ago
Jeff Davis a9ed7d9449 Fix search_path cache initialization. 1 year ago
Nathan Bossart 5d6187d2a2 Fix Y2038 issues with MyStartTime. 1 year ago
Nathan Bossart 8275325a06 Restrict password hash length. 1 year ago
Amit Kapila 022564f60c Fix fetching default toast value during decoding of in-progress transactions. 1 year ago
Michael Paquier 2e7c4abe5a Use camel case for "DateStyle" in some error messages 1 year ago
Tom Lane f8d9a9f21e Ignore not-yet-defined Portals in pg_cursors view. 1 year ago
Tom Lane 68dfecbef2 Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. 1 year ago
Heikki Linnakangas f9ecb57a50 Clean up WaitLatch calls that passed latch without WL_LATCH_SET 1 year ago
Heikki Linnakangas 6c0c49f7d3 Remove unused latch 1 year ago
Thomas Munro adbb27ac89 Reject non-ASCII locale names. 1 year ago
Peter Eisentraut ddbba3aac8 Rename PageData to GenericXLogPageData 1 year ago
Dean Rasheed 9428c001f6 Speed up numeric division by always using the "fast" algorithm. 1 year ago
Michael Paquier 4dd3087300 Remove assertion checking query ID in execMain.c 1 year ago
Dean Rasheed 259a0a99fe Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE. 1 year ago
Dean Rasheed dddb5640c6 Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE. 1 year ago
Amit Langote 19531968e8 Replace Unicode apostrophe with ASCII apostrophe 1 year ago
Fujii Masao e55f025b05 Refactor CopyFrom() in copyfrom.c. 1 year ago
Fujii Masao e7834a1a25 Add log_verbosity = 'silent' support to COPY command. 1 year ago
Amit Langote babb3993db Fix expression list handling in ATExecAttachPartition() 1 year ago
Michael Paquier e2bab2d792 Remove support for unlogged on partitioned tables 1 year ago
Tom Lane 554d3a18f3 Adjust json_manifest_per_file_callback API in one more place. 1 year ago
Fujii Masao 17cc5f666f Fix inconsistent reporting of checkpointer stats. 1 year ago
Tom Lane da8a4c1666 Reject a copy EOF marker that has data ahead of it on the same line. 1 year ago