Commit Graph

54956 Commits (9cc2b62894de6a8b3d78d20bcd1a6647a7553a6c)
 

Author SHA1 Message Date
Nathan Bossart 9cc2b62894 Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs. 2 years ago
Peter Eisentraut 3672c6cdfd Translation updates 2 years ago
Tom Lane ac7049dbf3 Release notes for 16.3, 15.7, 14.12, 13.15, 12.19. 2 years ago
Tom Lane 5f4a1a0a77 Throw a more on-point error for publications depending on columns. 2 years ago
Peter Eisentraut da55e4cd1f doc: Fix description of deterministic flag of CREATE COLLATION 2 years ago
David Rowley 7e5d20bbd1 Disable run condition optimization for some WindowFuncs 2 years ago
Masahiko Sawada faba2f8f35 Fix parallel vacuum buffer usage reporting. 2 years ago
David Rowley 52f21f9287 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans 2 years ago
Tom Lane bf379b555c Disallow converting a table to a view within an outer SQL command. 2 years ago
Noah Misch 7c5915c4b1 Close race condition between datfrozen and relfrozen updates. 2 years ago
Tom Lane 9b41d1d634 Throw a more on-point error for functions depending on columns. 2 years ago
Tom Lane e6e3ee5b7e Detect more overflows in timestamp[tz]_pl_interval. 2 years ago
Amit Kapila 28a8cc457b Fix the missing table sync due to improper invalidation handling. 2 years ago
Tom Lane 5e85bc3b01 Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. 2 years ago
Peter Eisentraut feb19bf508 doc: Correct jsonpath string literal escapes description 2 years ago
Tomas Vondra 276b7888f1 createdb: compare strategy case-insensitive 2 years ago
Tom Lane 6c85e3359b Make postgres_fdw request remote time zone 'GMT' not 'UTC'. 2 years ago
Tomas Vondra 722f170497 createdb: Correct parameter name in SGML docs 2 years ago
David Rowley 38daca854a Doc: document cases where queryid is stable 2 years ago
Daniel Gustafsson af715a6f39 Doc: Remove mention of @ and ~ GiST operators 2 years ago
Tom Lane f7e8917481 Fix MSVC recipe for ecpg regression tests, redux. 2 years ago
Tom Lane 1e7b1b026d Fix MSVC recipe for ecpg regression tests. 2 years ago
Tom Lane 25f9372172 Fix assorted bugs in ecpg's macro mechanism. 2 years ago
Tom Lane 5aacfa64e5 Fix generation of EC join conditions at the wrong plan level. 2 years ago
Michael Paquier 689ba4f1c4 xml2: Replace deprecated routines with recommended ones 2 years ago
Tom Lane 09989ba847 Fix type-checking of RECORD-returning functions in FROM, redux. 2 years ago
Tomas Vondra 3cd4135119 Update nbits_set in brin_bloom_union 2 years ago
Noah Misch 7c490a18b7 freespace: Don't return blocks past the end of the main fork. 2 years ago
Tom Lane 268e723b12 Doc: fix bogus to_date() examples. 2 years ago
Etsuro Fujita b82dca2a5a Fix WaitEventSet resource leak in WaitLatchOrSocket(). 2 years ago
Tom Lane d85db0a8e9 Fix plpgsql's handling of -- comments following expressions. 2 years ago
Daniel Gustafsson ef124d0952 Doc: Update ulinks to RFC documents to avoid redirect 2 years ago
Thomas Munro 74992929a7 Fix illegal attribute propagation in LLVM JIT. 2 years ago
Daniel Gustafsson 6304ee6677 doc: Remove stray comma from list of psql options 2 years ago
Tom Lane 4f1d33d707 In psql, avoid leaking a PGresult after a query is cancelled. 2 years ago
Andres Freund dcb7cf945c simplehash: Free collisions array in SH_STAT 2 years ago
Tom Lane e2663a63c3 Doc: update documentation about EXCLUDE constraint elements. 2 years ago
Heikki Linnakangas a9c20c85c7 Don't clobber test exit code at cleanup in LDAP/Kerberors tests 2 years ago
Heikki Linnakangas c8df46b657 Improve check in LDAP test to find the OpenLDAP installation 2 years ago
Tom Lane f159f18141 Fix ecpg's mechanism for detecting unsupported cases in the grammar. 2 years ago
Etsuro Fujita 3f96d113ff Fix bogus coding in ExecAppendAsyncEventWait(). 2 years ago
Alexander Korotkov c2faf48fa3 Fix the parameters order for TableAmRoutine.relation_copy_for_cluster() 2 years ago
Tom Lane 4fb56a734d Avoid deadlock during orphan temp table removal. 2 years ago
Tom Lane 98e427af9f Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. 2 years ago
Tom Lane 08bdf0a479 Avoid possible longjmp-induced logic error in PLy_trigger_build_args. 2 years ago
Tom Lane 03561a6c7b Fix unnecessary use of moving-aggregate mode with non-moving frame. 2 years ago
Tom Lane b48eda4e54 Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. 2 years ago
Tom Lane 3c3f4fd741 Allow "make check"-style testing to work with musl C library. 2 years ago
Andres Freund 897efe0f39 ci: macos: Choose python version 2 years ago
Jeff Davis b74e4a08b9 Clarify comment for LogicalTapeSetBlocks(). 2 years ago