Commit Graph

49746 Commits (9524fa1aa557b19c9f049b3d79dc93e53cb9d57b)
 

Author SHA1 Message Date
Bruce Momjian 9524fa1aa5 docs: in mapping SQL to C data types, timestamp isn't a pointer 5 years ago
Bruce Momjian de2d1920dd doc: cross-link file-fdw and CSV config log sections 5 years ago
Bruce Momjian b1ae70b3b4 docs: clarify intermediate certificate creation instructions 5 years ago
Bruce Momjian 70e791f47e docs: replace "stable storage" with "durable" in descriptions 5 years ago
Bruce Momjian 1e0512ff23 C comment: remove mention of use of t_hoff WAL structure member 5 years ago
Bruce Momjian 06eba0fd10 doc: improve description of subscripting of arrays 5 years ago
Bruce Momjian 47c427d006 docs: improve 'capitals' inheritance example 5 years ago
Bruce Momjian 243a3b92a6 doc: clarify the useful features of procedures 5 years ago
Magnus Hagander 3a788db601 Fix docs bug stating file_fdw requires absolute paths 5 years ago
Tom Lane 6ca547cf75 Mark factorial operator, and postfix operators in general, as deprecated. 5 years ago
Tom Lane 3d351d916b Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 5 years ago
Michael Paquier 9511fb37ac Reset indisreplident for an invalid index in DROP INDEX CONCURRENTLY 5 years ago
Michael Paquier 7a1cd5260a doc: Rework tables for built-in operator classes of index AMs 5 years ago
Peter Eisentraut 42aaed60c8 doc: Update cracklib URL 5 years ago
Peter Eisentraut 924123a87f passwordcheck: Log cracklib diagnostics 5 years ago
Tom Lane 10564ee02c Fix code for re-finding scan position in a multicolumn GIN index. 5 years ago
Michael Paquier 77c7267c37 Fix comment in procarray.c 5 years ago
Tom Lane e942af7b82 Suppress compiler warning in non-cassert builds. 5 years ago
Michael Paquier fe7fd4e961 Add regression tests for REPLICA IDENTITY with dropped indexes 5 years ago
Amit Kapila 7e453634bb Add additional information in the vacuum error context. 5 years ago
Amit Kapila 808e13b282 Extend the BufFile interface. 5 years ago
Fujii Masao adc8fc6167 Add regression test for pg_backend_memory_contexts. 5 years ago
Fujii Masao 50db5964ee Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c. 5 years ago
Fujii Masao 29dd6d8bc6 Prevent non-superusers from reading pg_backend_memory_contexts, by default. 5 years ago
David Rowley c34605daed Fixup some misusages of bms_num_members() 5 years ago
Bruce Momjian ff60394a8c docs: client certificates are always sent to the server 5 years ago
Peter Eisentraut 7f055fba3f doc: Fix up title case 5 years ago
Michael Paquier 77c1537f51 doc: Fix some markups for support functions of index AMs 5 years ago
Amit Kapila a3c66de6c5 Improve the vacuum error context phase information. 5 years ago
Tom Lane 4d346def15 Avoid pushing quals down into sub-queries that have grouping sets. 5 years ago
Tom Lane 5b02d68e75 Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands. 5 years ago
Michael Paquier c3a288649e doc: Fix format, incorrect structure names and markup inconsistencies 5 years ago
Bruce Momjian 2a9f37243b docs: improve description of how to handle multiple databases 5 years ago
Bruce Momjian bfd78c0b41 docs: add COMMENT examples for new features, rename rtree 5 years ago
Tom Lane 5028981923 Fix handling of CREATE TABLE LIKE with inheritance. 5 years ago
Fujii Masao eabba4a3eb Fix explain regression test failure. 5 years ago
Fujii Masao 9d701e624f Rework EXPLAIN for planner's buffer usage. 5 years ago
Fujii Masao d259afa736 Fix typos in comments. 5 years ago
David Rowley 8431d33079 Fix a few typos in JIT comments and README 5 years ago
Andres Freund c62a0a49f3 Revert "Make vacuum a bit more verbose to debug BF failure." 5 years ago
Alvaro Herrera 0784c33372
Revise REINDEX CONCURRENTLY recovery instructions 5 years ago
Andres Freund 1fe1f42e3e Acquire ProcArrayLock exclusively in ProcArrayClearTransaction. 5 years ago
Tom Lane 2072932407 Suppress unnecessary RelabelType nodes in yet more cases. 5 years ago
Fujii Masao 3e98c0bafb Add pg_backend_memory_contexts system view. 5 years ago
Andres Freund 07f32fcd23 Fix race condition in snapshot caching when 2PC is used. 5 years ago
Heikki Linnakangas 734478200a Avoid non-constant format string argument to fprintf(). 5 years ago
Andres Freund 623a9ba79b snapshot scalability: cache snapshots using a xact completion counter. 5 years ago
Michael Paquier 51300b45db Fix use-after-release issue in PL/Sample 5 years ago
Michael Paquier adbe62d04b Add PL/Sample to src/test/modules/ 5 years ago
Alvaro Herrera 6e70443eda
Disable autovacuum for BRIN test table 5 years ago