Commit Graph

3012 Commits (40fc4575205dc563b88da1db9a8a75cc4d3b848a)

Author SHA1 Message Date
Teodor Sigaev 1bbd52cb9a Make unaccent handle all diacritics known to Unicode, and expand ligatures correctly 10 years ago
Joe Conway 794e2558be Fix sepgsql regression tests. 10 years ago
Peter Eisentraut 6103b3f368 Improve spelling 10 years ago
Andres Freund e95126cf04 Don't use function definitions looking like old-style ones. 10 years ago
Robert Haas 5243a35825 Remove bogus step from test_decoding isolation tests. 10 years ago
Alvaro Herrera 94d626ff5a Use materialize SRF mode in brin_page_items 10 years ago
Andres Freund 3f811c2d6f Add confirmed_flush column to pg_replication_slots. 10 years ago
Tom Lane fd7ed26c1a contrib/isn now needs a .gitignore file. 10 years ago
Tom Lane 09cecdf285 Fix a number of places that produced XX000 errors in the regression tests. 10 years ago
Heikki Linnakangas cb3384a0cb Fix output of ISBN-13 numbers beginning with 979. 10 years ago
Tom Lane c879d51c59 Some platforms now need contrib/tsm_system_time to be linked with libm. 10 years ago
Tom Lane dd7a8f66ed Redesign tablesample method API, and do extensive code review. 10 years ago
Heikki Linnakangas c6fbe6d6fb Add selectivity estimation functions for intarray operators. 10 years ago
Teodor Sigaev 97f3014647 This supports the triconsistent function for pg_trgm GIN opclass 10 years ago
Andrew Dunstan 00eff86cb8 Enable transforms modules to build and test on Cygwin. 10 years ago
Noah Misch 7193436744 AIX: Link TRANSFORM modules with their dependencies. 10 years ago
Noah Misch 736c1f238b MinGW: Link ltree_plpython with plpython. 10 years ago
Fujii Masao 705d397cd9 Prevent pgstattuple() from reporting BRIN as unknown index. 10 years ago
Noah Misch 0689cfc34b Link pg_stat_statements with libm. 10 years ago
Tom Lane 10fb48d66d Add an optional missing_ok argument to SQL function current_setting(). 10 years ago
Heikki Linnakangas f92d6a540a Use appendStringInfoString/Char et al where appropriate. 10 years ago
Fujii Masao fb174687f7 Make use of xlog_internal.h's macros in WAL-related utilities. 10 years ago
Andres Freund d47a1136e4 Fix test_decoding's handling of nonexistant columns in old tuple versions. 10 years ago
Peter Eisentraut 75f9d17638 Make Python tests more portable 10 years ago
Stephen Frost cde9cf170c Finish removing pg_audit 10 years ago
Stephen Frost e5f1a4f1e3 Remove pg_audit 10 years ago
Tom Lane 2aa0476dc3 Manual cleanup of pgindent results. 10 years ago
Tom Lane 91e79260f6 Remove no-longer-required function declarations. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Andres Freund 0740cbd759 Refactor ON CONFLICT index inference parse tree representation. 10 years ago
Peter Eisentraut 0779f2ba2d Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM 10 years ago
Noah Misch 85270ac7a2 pgcrypto: Report errant decryption as "Wrong key or corrupt data". 10 years ago
Tom Lane b14cf229f4 Use += not = to set makefile variables after including base makefiles. 10 years ago
Stephen Frost a936743b33 pg_audit Makefile, REINDEX changes 10 years ago
Magnus Hagander 3b075e9d7b Fix typos in comments 10 years ago
Peter Eisentraut fab6ca23ea hstore_plpython: Fix regression tests under Python 3 10 years ago
Peter Eisentraut e6dc503445 Fix whitespace 10 years ago
Andres Freund f3d3118532 Support GROUPING SETS, CUBE and ROLLUP. 10 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 10 years ago
Simon Riggs df259759fb Add to contrib/Makefile 10 years ago
Simon Riggs 56e121a508 contrib/tsm_system_time 10 years ago
Simon Riggs 4d40494b11 contrib/tsm_system_rows 10 years ago
Simon Riggs f6d208d6e5 TABLESAMPLE, SQL Standard and extensible 10 years ago
Stephen Frost aff27e3379 Remove useless pg_audit.conf 10 years ago
Simon Riggs 83e176ec18 Separate block sampling functions 10 years ago
Stephen Frost b22b770683 Make repeated 'make installcheck' runs work 10 years ago
Stephen Frost ed6ea8e815 Improve pg_audit regression tests 10 years ago
Tom Lane 35a1e1d159 Fix portability issue in pg_audit. 10 years ago
Tom Lane 6c9e93d3ff Suppress uninitialized-variable warning. 10 years ago