Commit Graph

38441 Commits (fd97bd411d1da45b79e63c2124741f8e82cc5a5c)
 

Author SHA1 Message Date
Noah Misch fd97bd411d Check return values of sensitive system library calls. 10 years ago
Noah Misch 16304a0134 Add error-throwing wrappers for the printf family of functions. 10 years ago
Noah Misch cac18a76bb Permit use of vsprintf() in PostgreSQL code. 10 years ago
Noah Misch b0ce385032 Prevent a double free by not reentering be_tls_close(). 10 years ago
Heikki Linnakangas 8cc7a4c5fd Fix typo in comment. 10 years ago
Heikki Linnakangas 4df1328950 Put back stats-collector restarting code, removed accidentally. 10 years ago
Fujii Masao d773b55713 Don't classify REINDEX command as DDL in the pg_audit doc. 10 years ago
Peter Eisentraut 382b479ab7 Add new files to nls.mk 10 years ago
Tom Lane 424661913c Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c. 10 years ago
Tom Lane b14cf229f4 Use += not = to set makefile variables after including base makefiles. 10 years ago
Tom Lane a0891d2d01 Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. 10 years ago
Magnus Hagander de6109b8cc Fix wording error caused by recent typo fixes 10 years ago
Stephen Frost a936743b33 pg_audit Makefile, REINDEX changes 10 years ago
Magnus Hagander 3b075e9d7b Fix typos in comments 10 years ago
Magnus Hagander 6b665454e3 Minor docs fixes for pg_audit 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
Tom Lane 0563b4c0c3 First-draft release notes for 9.4.2 et al. 10 years ago
Bruce Momjian 750ccaef29 pg_upgrade: no need to check for matching float8_pass_by_value 10 years ago
Tom Lane c65aa7a87e Fix docs typo 10 years ago
Tom Lane 26058bf0dc More portability fixing for bipartite_match.c. 10 years ago
Bruce Momjian 4c5e060049 pg_upgrade: force timeline 1 in the new cluster 10 years ago
Bruce Momjian fb694d959c pg_upgrade: only allow template0 to be non-connectable 10 years ago
Tom Lane 12cc299c65 Avoid direct use of INFINITY. 10 years ago
Simon Riggs f941d03329 Add docs for tablesample system_time() 10 years ago
Andres Freund f3d3118532 Support GROUPING SETS, CUBE and ROLLUP. 10 years ago
Simon Riggs 6e4415c6aa Add docs for tablesample system_rows() 10 years ago
Tom Lane 9d366c1f3d Update time zone data files to tzdata release 2015d. 10 years ago
Alvaro Herrera b0b7be6133 Add BRIN infrastructure for "inclusion" opclasses 10 years ago
Tom Lane 199f5973c5 Improve test for CONVERT() with GB18030 <-> UTF8. 10 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 10 years ago
Simon Riggs 1e98fa0bf8 SQLStandard feature T613 Sampling now Supported 10 years ago
Tom Lane 66493dd7aa Fix uninitialized variable. 10 years ago
Simon Riggs 910baf0a96 Tablesample method API docs 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 149f6f1576 TABLESAMPLE system_time(limit) 10 years ago
Simon Riggs 9689290ff0 TABLESAMPLE system_rows(limit) 10 years ago
Tom Lane 8d3e0906df Extend GB18030 encoding conversion to cover full Unicode range. 10 years ago
Robert Haas 92edba2665 doc: CREATE FOREIGN TABLE now allows CHECK ( ... ) NO INHERIT 10 years ago
Simon Riggs f6d208d6e5 TABLESAMPLE, SQL Standard and extensible 10 years ago
Heikki Linnakangas 11a83bbedd Silence another create_index regression test failure. 10 years ago
Tom Lane 07af523870 Fix outdated src/test/mb/ tests, and add a GB18030 test. 10 years ago
Heikki Linnakangas 8b0f105d2d Fix docs build. Oops. 10 years ago
Heikki Linnakangas ffd37740ee Add archive_mode='always' option. 10 years ago
Bruce Momjian f6d65f0c70 docs: consistently uppercase index method and add spacing 10 years ago
Heikki Linnakangas 9feaba28e2 Silence create_index regression test failure. 10 years ago
Heikki Linnakangas 98edd617f3 Fix datatype confusion with the new lossy GiST distance functions. 10 years ago
Tom Lane a868931fec Fix insufficiently-paranoid GB18030 encoding verifier. 10 years ago