| 2015-05-08 |
Stephen Frost | Change default for include_realm to 1 |
commit | commitdiff | tree |
| 2015-05-08 |
Stephen Frost | Modify pg_stat_get_activity to build a tuplestore |
commit | commitdiff | tree |
| 2015-05-08 |
Stephen Frost | Bump catversion for pg_file_settings |
commit | commitdiff | tree |
| 2015-05-08 |
Stephen Frost | Add pg_file_settings view and function |
commit | commitdiff | tree |
| 2015-05-08 |
Andres Freund | Fix two problems in infer_arbiter_indexes(). |
commit | commitdiff | tree |
| 2015-05-08 |
Heikki Linnakangas | At promotion, archive last segment from old timeline... |
commit | commitdiff | tree |
| 2015-05-08 |
Heikki Linnakangas | Add macros to check if a filename is a WAL segment... |
commit | commitdiff | tree |
| 2015-05-08 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2015-05-08 |
Andres Freund | Minor ON CONFLICT related comments and doc fixes. |
commit | commitdiff | tree |
| 2015-05-08 |
Robert Haas | Teach autovacuum about multixact member wraparound. |
commit | commitdiff | tree |
| 2015-05-08 |
Stephen Frost | Remove reference to src/tools/backend/index.html |
commit | commitdiff | tree |
| 2015-05-08 |
Andres Freund | Remove dependency on ordering in logical decoding upser... |
commit | commitdiff | tree |
| 2015-05-08 |
Andres Freund | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. |
commit | commitdiff | tree |
| 2015-05-07 |
Andres Freund | Represent columns requiring insert and update privilege... |
commit | commitdiff | tree |
| 2015-05-07 |
Alvaro Herrera | Improve BRIN infra, minmax opclass and regression test |
commit | commitdiff | tree |
| 2015-05-07 |
Robert Haas | Fix incorrect math in DetermineSafeOldestOffset. |
commit | commitdiff | tree |
| 2015-05-07 |
Bruce Momjian | Makefile: Add comment that doc uninstall clears man... |
commit | commitdiff | tree |
| 2015-05-07 |
Magnus Hagander | Properly send SCM status updates when shutting down... |
commit | commitdiff | tree |
| 2015-05-07 |
Magnus Hagander | Fix indentation that could mask a future bug |
commit | commitdiff | tree |
| 2015-05-07 |
Magnus Hagander | Fix minor resource leak in pg_dump |
commit | commitdiff | tree |
| 2015-05-06 |
Robert Haas | Avoid using a C++ keyword as a structure member name. |
commit | commitdiff | tree |
| 2015-05-05 |
Tom Lane | citext's regexp_matches() functions weren't documented... |
commit | commitdiff | tree |
| 2015-05-05 |
Tom Lane | Fix incorrect declaration of citext's regexp_matches... |
commit | commitdiff | tree |
| 2015-05-05 |
Peter Eisentraut | doc: Update installation instructions for new shared... |
commit | commitdiff | tree |
| 2015-05-05 |
Alvaro Herrera | Add geometry/range functions to support BRIN inclusion |
commit | commitdiff | tree |
| 2015-05-05 |
Robert Haas | Fix some problems with patch to fsync the data directory. |
commit | commitdiff | tree |
| 2015-05-05 |
Peter Eisentraut | hstore_plpython: Support tests on Python 2.3 |
commit | commitdiff | tree |
| 2015-05-05 |
Peter Eisentraut | Fix typos |
commit | commitdiff | tree |
| 2015-05-04 |
Robert Haas | Use outerPlanState macro instead of referring to leffttree. |
commit | commitdiff | tree |
| 2015-05-04 |
Tom Lane | Improve procost estimates for some text search functions. |
commit | commitdiff | tree |
| 2015-05-04 |
Robert Haas | Recursively fsync() the data directory after a crash. |
commit | commitdiff | tree |
| 2015-05-04 |
Heikki Linnakangas | Fix the same-rel optimization when creating WAL records. |
commit | commitdiff | tree |
| 2015-05-04 |
Andrew Dunstan | Fix two small bugs in json's populate_record_worker |
commit | commitdiff | tree |
| 2015-05-04 |
Tom Lane | Second try at fixing warnings caused by commit 9b43d73b... |
commit | commitdiff | tree |
| 2015-05-03 |
Tom Lane | Fix overlooked relcache invalidation in ALTER TABLE... |
commit | commitdiff | tree |
| 2015-05-03 |
Andrew Dunstan | fix escaping of brackets for m4 broken in b6b2149e48aa6... |
commit | commitdiff | tree |
| 2015-05-03 |
Andrew Dunstan | Enable transforms modules to build and run with Mingw... |
commit | commitdiff | tree |
| 2015-05-03 |
Andrew Dunstan | Fix python_includespec on Windows at configure time |
commit | commitdiff | tree |
| 2015-05-02 |
Noah Misch | Combine initdb tests that successfully create a data... |
commit | commitdiff | tree |
| 2015-05-02 |
Noah Misch | Fix one more TAP test to use standard command-line... |
commit | commitdiff | tree |
| 2015-05-02 |
Noah Misch | Rename coerce_type() local variable. |
commit | commitdiff | tree |
| 2015-05-02 |
Peter Eisentraut | Windows also needs an override of the shared libpython... |
commit | commitdiff | tree |
| 2015-05-02 |
Peter Eisentraut | hstore_plperl: Move port-specific parts to later in... |
commit | commitdiff | tree |
| 2015-05-02 |
Peter Eisentraut | Fix shared libpython detection on OS X |
commit | commitdiff | tree |
| 2015-05-02 |
Peter Eisentraut | Make hstore_plperl's build even more like plperl's |
commit | commitdiff | tree |
| 2015-05-02 |
Peter Eisentraut | Move interpreter shared library detection to configure |
commit | commitdiff | tree |
| 2015-05-01 |
Andrew Dunstan | Make hstore_plperl's build more like plperl's |
commit | commitdiff | tree |
| 2015-05-01 |
Bruce Momjian | Mark views created from tables as replication identity... |
commit | commitdiff | tree |
| 2015-05-01 |
Robert Haas | Deparse named arguments to use the new => operator... |
commit | commitdiff | tree |
| 2015-05-01 |
Robert Haas | Allow FDWs and custom scan providers to replace joins... |
commit | commitdiff | tree |
| 2015-05-01 |
Andres Freund | Copy editing of the replication origins patch. |
commit | commitdiff | tree |
| 2015-05-01 |
Andres Freund | Fix unaligned memory access in xlog parsing due to... |
commit | commitdiff | tree |
| 2015-05-01 |
Heikki Linnakangas | Fix pg_rewind regression failure after "fast promotion" |
commit | commitdiff | tree |
| 2015-04-30 |
Alvaro Herrera | Fix up some loose ends for CURRENT_USER as RoleSpec |
commit | commitdiff | tree |
| 2015-04-30 |
Robert Haas | Create an infrastructure for parallel computation in... |
commit | commitdiff | tree |
| 2015-04-30 |
Alvaro Herrera | Fix pg_upgrade's multixact handling (again) |
commit | commitdiff | tree |
| 2015-04-30 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| 2015-04-30 |
Peter Eisentraut | Fix parallel make risk with new check temp-install... |
commit | commitdiff | tree |
| 2015-04-29 |
Andres Freund | Correct replication origin's use of UINT16_MAX to PG_UI... |
commit | commitdiff | tree |
| 2015-04-29 |
Robert Haas | Add <literal> markup, for consistency. |
commit | commitdiff | tree |
| 2015-04-29 |
Robert Haas | Update .gitignore for new rmgr, changed paths. |
commit | commitdiff | tree |
| 2015-04-29 |
Robert Haas | Remove enum-related special cases for catalog scans. |
commit | commitdiff | tree |
| 2015-04-29 |
Robert Haas | Attempt to fix some compiler warnings. |
commit | commitdiff | tree |
| 2015-04-29 |
Andrew Dunstan | Enable transforms tests for python 2 on MSVC builds |
commit | commitdiff | tree |
| 2015-04-29 |
Andres Freund | Introduce replication progress tracking infrastructure. |
commit | commitdiff | tree |
| 2015-04-29 |
Robert Haas | psql: Improve tab completion for ALTER FOREIGN TABLE. |
commit | commitdiff | tree |
| 2015-04-29 |
Bruce Momjian | to_char(): have format 'OF' only show the leading... |
commit | commitdiff | tree |
| 2015-04-29 |
Bruce Momjian | doc: recommend use of GUC server_version_num for versi... |
commit | commitdiff | tree |
| 2015-04-29 |
Bruce Momjian | pg_basebackup: canonicalize old and new tablespace... |
commit | commitdiff | tree |
| 2015-04-28 |
Bruce Momjian | Warn about tablespace creation in PGDATA |
commit | commitdiff | tree |
| 2015-04-28 |
Tom Lane | Fix another test for RELKIND_RELATION that should allow... |
commit | commitdiff | tree |
| 2015-04-28 |
Tom Lane | Fix ATSimpleRecursion() to allow recursion from a forei... |
commit | commitdiff | tree |
| 2015-04-28 |
Alvaro Herrera | Code review for multixact bugfix |
commit | commitdiff | tree |
| 2015-04-28 |
Andrew Dunstan | Fix MSVC builds for contrib transforms modules. |
commit | commitdiff | tree |
| 2015-04-28 |
Alvaro Herrera | Protect against multixact members wraparound |
commit | commitdiff | tree |
| 2015-04-27 |
Andres Freund | Use a fd opened for read/write when syncing slots durin... |
commit | commitdiff | tree |
| 2015-04-27 |
Stephen Frost | Improve qual pushdown for RLS and SB views |
commit | commitdiff | tree |
| 2015-04-27 |
Andrew Dunstan | Fix vcbuild failures and chkpass dependency caused... |
commit | commitdiff | tree |
| 2015-04-26 |
Peter Eisentraut | Fix hstore_plperl regression tests on some platforms |
commit | commitdiff | tree |
| 2015-04-26 |
Andres Freund | Also correct therefor to therefore. |
commit | commitdiff | tree |
| 2015-04-26 |
Andres Freund | Fix various typos and grammar errors in comments. |
commit | commitdiff | tree |
| 2015-04-26 |
Andres Freund | Fix possible division by zero in pg_xlogdump. |
commit | commitdiff | tree |
| 2015-04-26 |
Peter Eisentraut | Add transforms feature |
commit | commitdiff | tree |
| 2015-04-26 |
Tom Lane | Fix typo in linux startup script. |
commit | commitdiff | tree |
| 2015-04-26 |
Tom Lane | Add comments warning against generalizing default_with_... |
commit | commitdiff | tree |
| 2015-04-26 |
Andrew Dunstan | Try to unbreak some MSVC builds following forward slash... |
commit | commitdiff | tree |
| 2015-04-26 |
Bruce Momjian | Revert: Honor OID status of CREATE LIKE'd tables |
commit | commitdiff | tree |
| 2015-04-26 |
Peter Eisentraut | Don't overwrite EXTRA_INSTALL |
commit | commitdiff | tree |
| 2015-04-25 |
Tom Lane | Prevent improper reordering of antijoins vs. outer... |
commit | commitdiff | tree |
| 2015-04-25 |
Peter Eisentraut | Replace backslashes by forward slashes in MSVC build... |
commit | commitdiff | tree |
| 2015-04-25 |
Stephen Frost | Fix file comment for test_rls_hooks.c |
commit | commitdiff | tree |
| 2015-04-25 |
Stephen Frost | Perform RLS WITH CHECK before constraints, etc |
commit | commitdiff | tree |
| 2015-04-24 |
Noah Misch | Remove obsolete -I options from ECPG library compilation. |
commit | commitdiff | tree |
| 2015-04-24 |
Noah Misch | Remove superfluous -DFRONTEND. |
commit | commitdiff | tree |
| 2015-04-24 |
Noah Misch | Build every ECPG library with -DFRONTEND. |
commit | commitdiff | tree |
| 2015-04-24 |
Tom Lane | Fix up .gitignore and cleanup actions in some src/test... |
commit | commitdiff | tree |
| 2015-04-24 |
Tom Lane | Fix obsolete comment in set_rel_size(). |
commit | commitdiff | tree |
| 2015-04-24 |
Heikki Linnakangas | Add comments explaining how unique and exclusion constr... |
commit | commitdiff | tree |
| 2015-04-24 |
Peter Eisentraut | doc: Move ALTER TABLE IF EXISTS description to better... |
commit | commitdiff | tree |
| 2015-04-24 |
Peter Eisentraut | Fix misspellings |
commit | commitdiff | tree |
| next |