Commit Graph

51230 Commits (aaf043257205ec523f1ba09a3856464d17cf2281)
 

Author SHA1 Message Date
Magnus Hagander aaf0432572 Add functions to wait for backend termination 5 years ago
Peter Eisentraut fb310f1781 doc: Prefer explicit JOIN syntax over old implicit syntax in tutorial 5 years ago
Magnus Hagander 6b4d23feef Track identical top vs nested queries independently in pg_stat_statements 5 years ago
Peter Eisentraut 2e0e066679 Update Unicode data to CLDR 39 5 years ago
Thomas Munro 2f27f8c511 Provide ReadRecentBuffer() to re-pin buffers by ID. 5 years ago
Alvaro Herrera 0827e8af70
autovacuum: handle analyze for partitioned tables 5 years ago
Andres Freund b3ee4c5038 Cope with NULL query string in ExecInitParallelPlan(). 5 years ago
Amit Kapila 8ffb003591 Fix typo in jsonfuncs.c. 5 years ago
Alvaro Herrera 4131f755d5
Repair find_inheritance_children with no active snapshot 5 years ago
Tom Lane a3027e1e7f Allow psql's \df and \do commands to specify argument types. 5 years ago
Bruce Momjian f57a2f5e03 Add csvlog output for the new query_id value 5 years ago
Peter Geoghegan 5100010ee4 Teach VACUUM to bypass unnecessary index vacuuming. 5 years ago
Bruce Momjian bc70728693 Fix regression test failure caused by commit 4f0b0966c8 5 years ago
Michael Paquier c7578fa640 Fix some failures with connection tests on Windows hosts 5 years ago
Peter Eisentraut e717a9a18b SQL-standard function body 5 years ago
Peter Geoghegan 1e55e7d175 Add wraparound failsafe to VACUUM. 5 years ago
Bruce Momjian 4f0b0966c8 Make use of in-core query id added by commit 5fd9dfa5f5 5 years ago
Robert Haas ec7ffb8096 amcheck: fix multiple problems with TOAST pointer validation 5 years ago
Bruce Momjian 5fd9dfa5f5 Move pg_stat_statements query jumbling to core. 5 years ago
Tom Lane a282ee68a0 Remove channel binding requirement from clientcert=verify-full test. 5 years ago
Tom Lane 0d46771eaa Comment cleanup for a1115fa07. 5 years ago
Robert Haas 4573f6a9af amcheck: Remove duplicate XID/MXID bounds checks. 5 years ago
Peter Geoghegan 3c3b8a4b26 Truncate line pointer array during VACUUM. 5 years ago
Tom Lane 3db826bd55 Tighten up allowed names for custom GUC parameters. 5 years ago
Tomas Vondra 23607a8156 Don't add non-existent pages to bitmap from BRIN 5 years ago
Peter Eisentraut 5c55dc8b47 libpq: Set Server Name Indication (SNI) for SSL connections 5 years ago
Magnus Hagander c1968426ba Refactor hba_authname 5 years ago
Peter Eisentraut 4560e0acda doc: Improve wording 5 years ago
Heikki Linnakangas d92b1cdbab Revert "Add sortsupport for gist_btree opclasses, for faster index builds." 5 years ago
Heikki Linnakangas 9f984ba6d2 Add sortsupport for gist_btree opclasses, for faster index builds. 5 years ago
Peter Eisentraut dd13ad9d39 Fix use of cursor sensitivity terminology 5 years ago
Peter Eisentraut 0b5e824528 Message improvement 5 years ago
Michael Paquier 4c0239cb7a Remove redundant memset(0) calls for page init of some index AMs 5 years ago
Michael Paquier 9afffcb833 Add some information about authenticated identity via log_connections 5 years ago
Fujii Masao 8ee9b662da Fix test added by commit 9de9294b0c. 5 years ago
Tom Lane a1115fa078 Postpone some more stuff out of ExecInitModifyTable. 5 years ago
David Rowley 3b82d990ab Fix compiler warning for MSVC in libpq_pipeline.c 5 years ago
Tom Lane c5b7ba4e67 Postpone some stuff out of ExecInitModifyTable. 5 years ago
Fujii Masao a3740c48eb postgres_fdw: Allow partitions specified in LIMIT TO to be imported. 5 years ago
Andres Freund 90c885cdab Increment xactCompletionCount during subtransaction abort. 5 years ago
Peter Geoghegan 8523492d4e Remove tupgone special case from vacuumlazy.c. 5 years ago
Tom Lane 789d81de8a Fix missing #include in nodeResultCache.h. 5 years ago
Peter Eisentraut 3a51306722 psql: Show all query results by default 5 years ago
Tomas Vondra 518442c7f3 Fix handling of clauses incompatible with extended statistics 5 years ago
Peter Geoghegan 7ab96cf6b3 Refactor lazy_scan_heap() loop. 5 years ago
Tom Lane 091e22b2e6 Clean up treatment of missing default and CHECK-constraint records. 5 years ago
Fujii Masao 9de9294b0c Stop archive recovery if WAL generated with wal_level=minimal is found. 5 years ago
Heikki Linnakangas c4c393b3ec Mark test_enc_conversion() as STRICT. 5 years ago
Dean Rasheed 6b258e3d68 pgbench: Function to generate random permutations. 5 years ago
Etsuro Fujita a8af856d32 Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait(). 5 years ago