2015-05-19 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Tom Lane | Revert error-throwing wrappers for the printf family... |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Andres Freund | Various fixes around ON CONFLICT for rule deparsing. |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Andres Freund | Refactor ON CONFLICT index inference parse tree represe... |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Heikki Linnakangas | Fix off-by-one error in Assertion. |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Tom Lane | Avoid collation dependence in indexes of system catalogs. |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Tom Lane | Revert "Change pg_seclabel.provider and pg_shseclabel... |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Peter Eisentraut | Message string improvements |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Peter Eisentraut | Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Tom Lane | Change pg_seclabel.provider and pg_shseclabel.provider... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Andres Freund | Attach ON CONFLICT SET ... WHERE to the correct planstate. |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Tom Lane | Put back a backwards-compatible version of sampling... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Tom Lane | Recognize "REGRESS_OPTS += ..." syntax in MSVC build... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Robert Haas | Fix error message in pre_sync_fname. |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Noah Misch | pgcrypto: Report errant decryption as "Wrong key or... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Noah Misch | Check return values of sensitive system library calls. |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Noah Misch | Add error-throwing wrappers for the printf family of... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Noah Misch | Permit use of vsprintf() in PostgreSQL code. |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Noah Misch | Prevent a double free by not reentering be_tls_close(). |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Heikki Linnakangas | Put back stats-collector restarting code, removed accid... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Fujii Masao | Don't classify REINDEX command as DDL in the pg_audit... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Peter Eisentraut | Add new files to nls.mk |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Tom Lane | Fix failure to copy IndexScan.indexorderbyops in copyfu... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Tom Lane | Use += not = to set makefile variables after including... |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Tom Lane | Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Magnus Hagander | Fix wording error caused by recent typo fixes |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Stephen Frost | pg_audit Makefile, REINDEX changes |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Magnus Hagander | Fix typos in comments |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Magnus Hagander | Minor docs fixes for pg_audit |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Peter Eisentraut | hstore_plpython: Fix regression tests under Python 3 |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Tom Lane | First-draft release notes for 9.4.2 et al. |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Bruce Momjian | pg_upgrade: no need to check for matching float8_pass_... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Tom Lane | Fix docs typo |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Tom Lane | More portability fixing for bipartite_match.c. |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Bruce Momjian | pg_upgrade: force timeline 1 in the new cluster |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Bruce Momjian | pg_upgrade: only allow template0 to be non-connectable |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Tom Lane | Avoid direct use of INFINITY. |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Simon Riggs | Add docs for tablesample system_time() |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Andres Freund | Support GROUPING SETS, CUBE and ROLLUP. |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Simon Riggs | Add docs for tablesample system_rows() |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Tom Lane | Update time zone data files to tzdata release 2015d. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Alvaro Herrera | Add BRIN infrastructure for "inclusion" opclasses |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Tom Lane | Improve test for CONVERT() with GB18030 <-> UTF8. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Alvaro Herrera | Move strategy numbers to include/access/stratnum.h |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Simon Riggs | SQLStandard feature T613 Sampling now Supported |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Tom Lane | Fix uninitialized variable. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Simon Riggs | Tablesample method API docs |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Simon Riggs | Add to contrib/Makefile |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Simon Riggs | contrib/tsm_system_time |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Simon Riggs | contrib/tsm_system_rows |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Simon Riggs | TABLESAMPLE system_time(limit) |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Simon Riggs | TABLESAMPLE system_rows(limit) |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Tom Lane | Extend GB18030 encoding conversion to cover full Unicod... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Robert Haas | doc: CREATE FOREIGN TABLE now allows CHECK ( ... )... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Simon Riggs | TABLESAMPLE, SQL Standard and extensible |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Heikki Linnakangas | Silence another create_index regression test failure. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Tom Lane | Fix outdated src/test/mb/ tests, and add a GB18030... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Heikki Linnakangas | Fix docs build. Oops. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Heikki Linnakangas | Add archive_mode='always' option. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Bruce Momjian | docs: consistently uppercase index method and add... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Heikki Linnakangas | Silence create_index regression test failure. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Heikki Linnakangas | Fix datatype confusion with the new lossy GiST distance... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Tom Lane | Fix insufficiently-paranoid GB18030 encoding verifier. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Stephen Frost | Remove useless pg_audit.conf |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Fujii Masao | Support --verbose option in reindexdb. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Heikki Linnakangas | Allow GiST distance function to return merely a lower... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Fujii Masao | Support VERBOSE option in REINDEX command. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Tom Lane | Honor traditional SGML NAMELEN limit. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Tom Lane | Teach UtfToLocal/LocalToUtf to support algorithmic... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Simon Riggs | Separate block sampling functions |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Bruce Momjian | pg_upgrade: make controldata checks more consistent |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Peter Eisentraut | Add pg_settings.pending_restart column |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Bruce Momjian | doc: list bigint as mapping to int8 and int64 |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Stephen Frost | Make repeated 'make installcheck' runs work |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Stephen Frost | Improve pg_audit regression tests |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Tom Lane | Docs: fix erroneous claim about max byte length of... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Tom Lane | Fix portability issue in pg_audit. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Tom Lane | Suppress uninitialized-variable warning. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Tom Lane | Support "expanded" objects, particularly arrays, for... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Stephen Frost | Further fixes for the buildfarm for pg_audit |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Stephen Frost | Further fixes for the buildfarm for pg_audit |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Stephen Frost | Fix buildfarm with regard to pg_audit |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Stephen Frost | Add pg_audit, an auditing extension |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Tom Lane | Fix distclean/maintainer-clean targets to remove top... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Robert Haas | Fix comment. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Robert Haas | Extend abbreviated key infrastructure to datum tuplesorts. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Tom Lane | Fix postgres_fdw to return the right ctid value in... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Andrew Dunstan | Fix jsonb replace and delete on scalars and empty struc... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Robert Haas | Remove useless assertion. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Andres Freund | Add pgstattuple_approx() to the pgstattuple extension. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Peter Eisentraut | PL/Python: Remove procedure cache invalidation |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Andres Freund | Fix ON CONFLICT bugs that manifest when used in rules. |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Andrew Dunstan | Fix some errors from jsonb functions patch. |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Andrew Dunstan | Additional functions and operators for jsonb |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Tom Lane | Add support for doing late row locking in FDWs. |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Stephen Frost | pgbench: Don't fail during startup |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Andrew Dunstan | pg_basebackup -F t now succeeds with a long symlink... |
commit | commitdiff | tree | snapshot |
next |