2015-07-27 |
Heikki Linnakangas | Fix handling of all-zero pages in SP-GiST vacuum. |
commit | commitdiff | tree |
2015-07-27 |
Heikki Linnakangas | Avoid calling PageGetSpecialPointer() on an all-zeros... |
commit | commitdiff | tree |
2015-07-27 |
Heikki Linnakangas | Remove false comment about speculative insertion. |
commit | commitdiff | tree |
2015-07-26 |
Tom Lane | Fix oversight in flattening of subqueries with empty... |
commit | commitdiff | tree |
2015-07-26 |
Tom Lane | Make entirely-dummy appendrels get marked as such in... |
commit | commitdiff | tree |
2015-07-26 |
Andres Freund | Check the relevant index element in ON CONFLICT unique... |
commit | commitdiff | tree |
2015-07-26 |
Andres Freund | Fix flattening of nested grouping sets. |
commit | commitdiff | tree |
2015-07-26 |
Andres Freund | Allow to push down clauses from HAVING to WHERE when... |
commit | commitdiff | tree |
2015-07-26 |
Andres Freund | Recognize GROUPING() as a aggregate expression. |
commit | commitdiff | tree |
2015-07-26 |
Andres Freund | Build column mapping for grouping sets in all required... |
commit | commitdiff | tree |
2015-07-26 |
Joe Conway | Improve markup for row_security. |
commit | commitdiff | tree |
2015-07-25 |
Tom Lane | Dodge portability issue (apparent compiler bug) in... |
commit | commitdiff | tree |
2015-07-25 |
Andrew Dunstan | Restore use of zlib default compression in pg_dump... |
commit | commitdiff | tree |
2015-07-25 |
Tom Lane | Some platforms now need contrib/tsm_system_time to... |
commit | commitdiff | tree |
2015-07-25 |
Tom Lane | In pg_ctl, report unexpected failure to stat() the... |
commit | commitdiff | tree |
2015-07-25 |
Tom Lane | Update oidjoins regression test for 9.5. |
commit | commitdiff | tree |
2015-07-25 |
Tom Lane | Redesign tablesample method API, and do extensive code... |
commit | commitdiff | tree |
2015-07-24 |
Joe Conway | Make RLS work with UPDATE ... WHERE CURRENT OF |
commit | commitdiff | tree |
2015-07-24 |
Andrew Dunstan | Fix treatment of nulls in jsonb_agg and jsonb_object_agg |
commit | commitdiff | tree |
2015-07-24 |
Andres Freund | Fix bug around assignment expressions containing indire... |
commit | commitdiff | tree |
2015-07-23 |
Andrew Dunstan | Redirect install output of make check into a log file |
commit | commitdiff | tree |
2015-07-22 |
Heikki Linnakangas | Fix off-by-one error in calculating subtrans/multixact... |
commit | commitdiff | tree |
2015-07-22 |
Tom Lane | Fix add_rte_to_flat_rtable() for recent feature additions. |
commit | commitdiff | tree |
2015-07-21 |
Heikki Linnakangas | Add selectivity estimation functions for intarray opera... |
commit | commitdiff | tree |
2015-07-21 |
Tom Lane | Fix some oversights in BRIN patch. |
commit | commitdiff | tree |
2015-07-21 |
Andrew Dunstan | Fix location of output logs of pg_regress |
commit | commitdiff | tree |
2015-07-21 |
Alvaro Herrera | Fix omission of OCLASS_TRANSFORM in object_classes[] |
commit | commitdiff | tree |
2015-07-20 |
Heikki Linnakangas | Sanity-check that a page zeroed by redo routine is... |
commit | commitdiff | tree |
2015-07-20 |
Alvaro Herrera | Don't handle PUBLIC/NONE separately |
commit | commitdiff | tree |
2015-07-20 |
Teodor Sigaev | This supports the triconsistent function for pg_trgm... |
commit | commitdiff | tree |
2015-07-20 |
Alvaro Herrera | Improve tab-completion for DROP POLICY |
commit | commitdiff | tree |
2015-07-20 |
Alvaro Herrera | Fix (some of) pltcl memory usage |
commit | commitdiff | tree |
2015-07-20 |
Alvaro Herrera | Improve BRIN documentation somewhat |
commit | commitdiff | tree |
2015-07-20 |
Alvaro Herrera | Fix mis-merge in previous commit |
commit | commitdiff | tree |
2015-07-20 |
Alvaro Herrera | Add some comments to test_ddl_deparse and a README |
commit | commitdiff | tree |
2015-07-20 |
Heikki Linnakangas | Handle AT_ReAddComment in test_ddl_deparse, and add... |
commit | commitdiff | tree |
2015-07-19 |
Andrew Dunstan | Remove dead code. |
commit | commitdiff | tree |
2015-07-18 |
Tom Lane | Make WaitLatchOrSocket's timeout detection more robust. |
commit | commitdiff | tree |
2015-07-18 |
Andrew Dunstan | Enable transforms modules to build and test on Cygwin. |
commit | commitdiff | tree |
2015-07-18 |
Andrew Dunstan | Release note compatibility item |
commit | commitdiff | tree |
2015-07-18 |
Andrew Dunstan | Support JSON negative array subscripts everywhere |
commit | commitdiff | tree |
2015-07-17 |
Tom Lane | Repair mishandling of cached cast-expression trees... |
commit | commitdiff | tree |
2015-07-17 |
Tom Lane | Fix entirely broken permissions test in new alter_opera... |
commit | commitdiff | tree |
2015-07-17 |
Robert Haas | Add new function pg_notification_queue_usage. |
commit | commitdiff | tree |
2015-07-17 |
Noah Misch | AIX: Test the -qlonglong option before use. |
commit | commitdiff | tree |
2015-07-17 |
Tom Lane | Fix a low-probability crash in our qsort implementation. |
commit | commitdiff | tree |
2015-07-16 |
Magnus Hagander | Fix spelling error |
commit | commitdiff | tree |
2015-07-16 |
Magnus Hagander | Fix copy/past error in comment |
commit | commitdiff | tree |
2015-07-16 |
Noah Misch | AIX: Link TRANSFORM modules with their dependencies. |
commit | commitdiff | tree |
2015-07-16 |
Noah Misch | AIX: Link the postgres executable with -Wl,-brtllib. |
commit | commitdiff | tree |
2015-07-16 |
Noah Misch | MinGW: Link ltree_plpython with plpython. |
commit | commitdiff | tree |
2015-07-15 |
Alvaro Herrera | Mention table_rewrite as valid event trigger tag |
commit | commitdiff | tree |
2015-07-14 |
Robert Haas | Remove regression test added on auto-pilot. |
commit | commitdiff | tree |
2015-07-14 |
Heikki Linnakangas | Fix event trigger support for the new ALTER OPERATOR... |
commit | commitdiff | tree |
2015-07-14 |
Heikki Linnakangas | Add ALTER OPERATOR command, for changing selectivity... |
commit | commitdiff | tree |
2015-07-14 |
Fujii Masao | Prevent pgstattuple() from reporting BRIN as unknown... |
commit | commitdiff | tree |
2015-07-14 |
Heikki Linnakangas | Make regression test output stable. |
commit | commitdiff | tree |
2015-07-14 |
Heikki Linnakangas | Retain comments on indexes and constraints at ALTER... |
commit | commitdiff | tree |
2015-07-14 |
Heikki Linnakangas | Reformat code in ATPostAlterTypeParse. |
commit | commitdiff | tree |
2015-07-12 |
Bruce Momjian | release notes: markup: vacuumdb is an application... |
commit | commitdiff | tree |
2015-07-12 |
Tom Lane | Fix assorted memory leaks. |
commit | commitdiff | tree |
2015-07-12 |
Andres Freund | For consistency add a pfree to ON CONFLICT set_plan_ref... |
commit | commitdiff | tree |
2015-07-12 |
Andres Freund | Optionally don't error out due to preexisting slots... |
commit | commitdiff | tree |
2015-07-12 |
Tom Lane | Add now-required #include. |
commit | commitdiff | tree |
2015-07-12 |
Bruce Momjian | doc: fix typo in CREATE POLICY manual page |
commit | commitdiff | tree |
2015-07-11 |
Joe Conway | Add assign_expr_collations() to CreatePolicy() and... |
commit | commitdiff | tree |
2015-07-10 |
Heikki Linnakangas | Copy-edit the docs changes of OWNER TO CURRENT/SESSION_... |
commit | commitdiff | tree |
2015-07-09 |
Tom Lane | Improve documentation about array concat operator vs... |
commit | commitdiff | tree |
2015-07-09 |
Tom Lane | Fix postmaster's handling of a startup-process crash. |
commit | commitdiff | tree |
2015-07-09 |
Fujii Masao | Fix obsolete comment regarding NOTICE message level. |
commit | commitdiff | tree |
2015-07-09 |
Fujii Masao | Make wal_compression PGC_SUSET rather than PGC_USERSET. |
commit | commitdiff | tree |
2015-07-09 |
Heikki Linnakangas | Use --debug flag in "remote" pg_rewind regression tests. |
commit | commitdiff | tree |
2015-07-09 |
Heikki Linnakangas | Fix another broken link in documentation. |
commit | commitdiff | tree |
2015-07-09 |
Heikki Linnakangas | Improve logging of TAP tests. |
commit | commitdiff | tree |
2015-07-09 |
Heikki Linnakangas | Use AS_IF rather than plain shell "if" in pthread-check. |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Add .gitignore entries for AIX-specific intermediate... |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Link pg_stat_statements with libm. |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Given a gcc-compatible xlc compiler, prefer xlc-style... |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Finish generic-xlc.h draft atomics implementation. |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Revoke support for strxfrm() that write past the specif... |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Replace use of "diff -q". |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Fix null pointer dereference in "\c" psql command. |
commit | commitdiff | tree |
2015-07-08 |
Heikki Linnakangas | Move pthread-tests earlier in the autoconf script. |
commit | commitdiff | tree |
2015-07-08 |
Heikki Linnakangas | Replace our hacked version of ax_pthread.m4 with latest... |
commit | commitdiff | tree |
2015-07-07 |
Joe Conway | Improve regression test coverage of table lock modes... |
commit | commitdiff | tree |
2015-07-07 |
Fujii Masao | Fix incorrect path in pg_regress log messages. |
commit | commitdiff | tree |
2015-07-07 |
Tom Lane | Fix portability issue in pg_upgrade test script: avoid... |
commit | commitdiff | tree |
2015-07-07 |
Heikki Linnakangas | Improve handling of out-of-memory in libpq. |
commit | commitdiff | tree |
2015-07-07 |
Fujii Masao | Add tab-completion for psql meta-commands. |
commit | commitdiff | tree |
2015-07-07 |
Andres Freund | Refer to %p in the psql docs as 'process ID' not 'pid'. |
commit | commitdiff | tree |
2015-07-07 |
Andres Freund | Add psql PROMPT variable showing the pid of the connect... |
commit | commitdiff | tree |
2015-07-07 |
Andres Freund | Fix logical decoding bug leading to inefficient reopeni... |
commit | commitdiff | tree |
2015-07-07 |
Andres Freund | Fix pg_recvlogical not to fsync output when it's a... |
commit | commitdiff | tree |
2015-07-07 |
Joe Conway | Make RLS related error messages more consistent and... |
commit | commitdiff | tree |
2015-07-06 |
Heikki Linnakangas | Turn install.bat into a pure one line wrapper fort... |
commit | commitdiff | tree |
2015-07-06 |
Heikki Linnakangas | Call getsockopt() on the correct socket. |
commit | commitdiff | tree |
2015-07-06 |
Heikki Linnakangas | Don't set SO_SNDBUF on recent Windows versions that... |
commit | commitdiff | tree |
2015-07-06 |
Fujii Masao | Remove incorrect warning from pg_archivecleanup document. |
commit | commitdiff | tree |
2015-07-05 |
Tom Lane | Make a editorial pass over pgbench's error messages. |
commit | commitdiff | tree |
2015-07-05 |
Tom Lane | Fix some typos in regression test comments. |
commit | commitdiff | tree |
next |