Commit Graph

4769 Commits (8817e8d3a4e5f00a5583e56a17f5d49a4e21dafd)

Author SHA1 Message Date
Nathan Bossart db6a4a985b Deprecate MD5 passwords. 1 year ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 1 year ago
Fujii Masao 631db1d4b2 file_fdw: Add regression tests for ON_ERROR and other options. 1 year ago
Álvaro Herrera e6c32d9fad
Clean up newlines following left parentheses 1 year ago
Nathan Bossart efdc7d7475 Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h. 1 year ago
Fujii Masao 6c8f670323 file_fdw: Add REJECT_LIMIT option to file_fdw. 1 year ago
Michael Paquier 13e3796c90 contrib/lo: Use SQL-standard function bodies 1 year ago
Michael Paquier 93f9b4a93f xml2: Add tests for functions xpath_nodeset() and xpath_list() 1 year ago
Michael Paquier 3ef038fc4f contrib/lo: Add test for function lo_oid() 1 year ago
Peter Geoghegan 93063e2e42 Count contrib/bloom index scans in pgstat view. 1 year ago
Michael Paquier 3f323eba89 pg_freespacemap: Use SQL-standard function bodies 1 year ago
Alexander Korotkov db22b90024 Fix arrays comparison in CompareOpclassOptions() 1 year ago
Michael Paquier 5d4298e75f pg_stat_statements: Avoid some locking during PGSS entry scans 1 year ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 1 year ago
Tom Lane cf590c568d Update contrib/sepgsql regression tests for commit 89e51abcb. 1 year ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 1 year ago
Michael Paquier 6b652e6ce8 Set query ID for inner queries of CREATE TABLE AS and DECLARE 1 year ago
Michael Paquier 499edb0974 Track more precisely query locations for nested statements 1 year ago
Tom Lane 14e5680eee Improve parser's reporting of statement start locations. 1 year ago
Michael Paquier 45e0ba30fc pg_stat_statements: Add tests for nested queries with level tracking 1 year ago
Masahiko Sawada 7cdfeee320 Add contrib/pg_logicalinspect. 1 year ago
Peter Eisentraut e7d0cf42b1 Allow TAP tests to force checksums off when calling init() 1 year ago
Michael Paquier cf54a2c002 pg_stat_statements: Add columns to track parallel worker activity 1 year ago
Amit Kapila d759c1a0b8 Stabilize the test added by commit 022564f60c. 1 year ago
Nathan Bossart 5d6187d2a2 Fix Y2038 issues with MyStartTime. 1 year ago
Amit Kapila 022564f60c Fix fetching default toast value during decoding of in-progress transactions. 1 year ago
Tom Lane 68dfecbef2 Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. 1 year ago
Fujii Masao a1c4c8a9e1 file_fdw: Add on_error and log_verbosity options to file_fdw. 1 year ago
Peter Eisentraut 10b721821d Use macro to define the number of enum values 1 year ago
Michael Paquier dc68515968 Show values of SET statements as constants in pg_stat_statements 1 year ago
Michael Paquier ba90eac7a9 pg_stat_statements: Expand tests for SET statements 1 year ago
Tom Lane cd838e2008 Neaten up our choices of SQLSTATEs for XML-related errors. 1 year ago
Fujii Masao 4f08ab5545 postgres_fdw: Extend postgres_fdw_get_connections to return user name. 1 year ago
Michael Paquier 933848d16d Add missing query ID reporting in extended query protocol 1 year ago
Peter Eisentraut 89f908a6d0 Add temporal FOREIGN KEY contraints 1 year ago
Peter Eisentraut fc0438b4e8 Add temporal PRIMARY KEY and UNIQUE constraints 1 year ago
Peter Eisentraut 7406ab623f Add stratnum GiST support function 1 year ago
Tom Lane d5622acb32 Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 1 year ago
Tom Lane 94537982ec Remove obsolete comment in pg_stat_statements. 1 year ago
Nathan Bossart 70d1c664f4 Fix contrib/pageinspect's test for sequences. 1 year ago
Michael Paquier 7b1ddbae36 pg_stat_statements: Add tests with extended query protocol 1 year ago
Nathan Bossart 05036a3155 Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Peter Eisentraut 8b5c6a54c4 Replace gratuitous memmove() with memcpy() 1 year ago
Noah Misch 65c310b310 Optimize pg_visibility with read streams. 1 year ago
Peter Eisentraut 56fead44dc Add amgettreeheight index AM API routine 1 year ago
Tom Lane de239d01e7 Consistently use PageGetExactFreeSpace() in pgstattuple. 1 year ago
Tom Lane 218527d014 Don't bother checking the result of SPI_connect[_ext] anymore. 1 year ago
Noah Misch ddfc556a64 Revert "Optimize pg_visibility with read streams." 1 year ago
Michael Paquier b4db64270e Apply more quoting to GUC names in messages 1 year ago
Noah Misch 1c61fd8b52 Fix stack variable scope from previous commit. 1 year ago