2014-12-01 |
Andrew Dunstan | Fix hstore_to_json_loose's detection of valid JSON... |
commit | commitdiff | tree |
2014-12-01 |
Heikki Linnakangas | Put SSL_pending() call behind the new internal SSL... |
commit | commitdiff | tree |
2014-12-01 |
Magnus Hagander | Fix missing space in documentation |
commit | commitdiff | tree |
2014-12-01 |
Tom Lane | Add a #define for the inet overlaps operator. |
commit | commitdiff | tree |
2014-11-30 |
Tom Lane | Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b721... |
commit | commitdiff | tree |
2014-11-30 |
Alvaro Herrera | Move test modules from contrib to src/test/modules |
commit | commitdiff | tree |
2014-11-29 |
Noah Misch | Remove PQhostaddr() from 9.4 release notes. |
commit | commitdiff | tree |
2014-11-29 |
Noah Misch | Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14... |
commit | commitdiff | tree |
2014-11-29 |
Noah Misch | Revert "Add libpq function PQhostaddr()." |
commit | commitdiff | tree |
2014-11-28 |
Alvaro Herrera | Fix BRIN operator family definitions |
commit | commitdiff | tree |
2014-11-28 |
Alvaro Herrera | Update transaction README for persistent multixacts |
commit | commitdiff | tree |
2014-11-28 |
Tom Lane | Add bms_get_singleton_member(), and use it where approp... |
commit | commitdiff | tree |
2014-11-28 |
Tom Lane | Add bms_next_member(), and use it where appropriate. |
commit | commitdiff | tree |
2014-11-28 |
Tom Lane | Improve performance of OverrideSearchPathMatchesCurrent(). |
commit | commitdiff | tree |
2014-11-28 |
Tom Lane | Improve typcache: cache negative lookup results, add... |
commit | commitdiff | tree |
2014-11-28 |
Fujii Masao | Add tab-completion for ALTER TABLE ALTER CONSTRAINT... |
commit | commitdiff | tree |
2014-11-28 |
Heikki Linnakangas | Fix assertion failure at end of PITR. |
commit | commitdiff | tree |
2014-11-27 |
Fujii Masao | Make \watch respect the user's \pset null setting. |
commit | commitdiff | tree |
2014-11-27 |
Fujii Masao | Mark response messages for translation in pg_isready. |
commit | commitdiff | tree |
2014-11-27 |
Tom Lane | Free libxml2/libxslt resources in a safer order. |
commit | commitdiff | tree |
2014-11-27 |
Stephen Frost | Rename pg_rowsecurity -> pg_policy and other fixes |
commit | commitdiff | tree |
2014-11-26 |
Heikki Linnakangas | Remove dead function prototype |
commit | commitdiff | tree |
2014-11-26 |
Peter Eisentraut | doc: Fix markup |
commit | commitdiff | tree |
2014-11-26 |
Robert Haas | Attempt to suppress uninitialized variable warning. |
commit | commitdiff | tree |
2014-11-25 |
Simon Riggs | Remove extraneous SGML tag |
commit | commitdiff | tree |
2014-11-25 |
Tom Lane | Fix uninitialized-variable warning. |
commit | commitdiff | tree |
2014-11-25 |
Simon Riggs | action_at_recovery_target recovery config option |
commit | commitdiff | tree |
2014-11-25 |
Tom Lane | De-reserve most statement-introducing keywords in plpgsql. |
commit | commitdiff | tree |
2014-11-25 |
Tom Lane | Support arrays as input to array_agg() and ARRAY(SELECT... |
commit | commitdiff | tree |
2014-11-25 |
Stephen Frost | Add int64 -> int8 mapping to genbki |
commit | commitdiff | tree |
2014-11-25 |
Heikki Linnakangas | Allow using connection URI in primary_conninfo. |
commit | commitdiff | tree |
2014-11-25 |
Heikki Linnakangas | Allow "dbname" from connection string to be overridden... |
commit | commitdiff | tree |
2014-11-25 |
Stephen Frost | Suppress DROP CASCADE notices in regression tests |
commit | commitdiff | tree |
2014-11-25 |
Heikki Linnakangas | Check return value of strdup() in libpq connection... |
commit | commitdiff | tree |
2014-11-25 |
Heikki Linnakangas | Make Port->ssl_in_use available, even when built with... |
commit | commitdiff | tree |
2014-11-24 |
Robert Haas | Add infrastructure to save and restore GUC values. |
commit | commitdiff | tree |
2014-11-24 |
Heikki Linnakangas | Add a few paragraphs to B-tree README explaining L... |
commit | commitdiff | tree |
2014-11-24 |
Heikki Linnakangas | Distinguish XLOG_FPI records generated for hint-bit... |
commit | commitdiff | tree |
2014-11-23 |
Tom Lane | Get rid of redundant production in plpgsql grammar. |
commit | commitdiff | tree |
2014-11-23 |
Andrew Dunstan | Fix memory leaks introduced by commit eca2b9b |
commit | commitdiff | tree |
2014-11-23 |
Noah Misch | Detect PG_PRINTF_ATTRIBUTE automatically. |
commit | commitdiff | tree |
2014-11-23 |
Tom Lane | Allow simplification of EXISTS() subqueries containing... |
commit | commitdiff | tree |
2014-11-22 |
Tom Lane | Fix mishandling of system columns in FDW queries. |
commit | commitdiff | tree |
2014-11-22 |
Andrew Dunstan | Rework echo_hidden for \sf and \ef from commit e4d2817. |
commit | commitdiff | tree |
2014-11-21 |
Tom Lane | Rearrange CustomScan API. |
commit | commitdiff | tree |
2014-11-21 |
Tom Lane | Simplify API for initially hooking custom-path provider... |
commit | commitdiff | tree |
2014-11-21 |
Andrew Dunstan | Fix an error in psql that overcounted output lines. |
commit | commitdiff | tree |
2014-11-21 |
Andrew Dunstan | Make psql's \sf and \ef honor ECHO_HIDDEN. |
commit | commitdiff | tree |
2014-11-21 |
Heikki Linnakangas | No need to call XLogEnsureRecordSpace when the relation... |
commit | commitdiff | tree |
2014-11-21 |
Heikki Linnakangas | Add a comment to regress.c explaining what it contains. |
commit | commitdiff | tree |
2014-11-21 |
Heikki Linnakangas | Fix bogus comments in XLogRecordAssemble |
commit | commitdiff | tree |
2014-11-21 |
Heikki Linnakangas | Add pageinspect functions for inspecting GIN indexes. |
commit | commitdiff | tree |
2014-11-21 |
Tom Lane | Remove dead code supporting mark/restore in SeqScan... |
commit | commitdiff | tree |
2014-11-20 |
Tom Lane | Initial code review for CustomScan patch. |
commit | commitdiff | tree |
2014-11-20 |
Tom Lane | Fix another oversight in CustomScan patch. |
commit | commitdiff | tree |
2014-11-20 |
Tom Lane | Fix another oversight in CustomScan patch. |
commit | commitdiff | tree |
2014-11-20 |
Tom Lane | Remove no-longer-needed phony typedefs in genbki.h. |
commit | commitdiff | tree |
2014-11-20 |
Tom Lane | Add missing case for CustomScan. |
commit | commitdiff | tree |
2014-11-20 |
Heikki Linnakangas | Silence compiler warning about variable being used... |
commit | commitdiff | tree |
2014-11-20 |
Heikki Linnakangas | Revamp the WAL record format. |
commit | commitdiff | tree |
2014-11-20 |
Peter Eisentraut | Fix suggested layout for PGXS makefile |
commit | commitdiff | tree |
2014-11-19 |
Tom Lane | Improve documentation's description of JOIN clauses. |
commit | commitdiff | tree |
2014-11-19 |
Heikki Linnakangas | Add test cases for indexam operations not currently... |
commit | commitdiff | tree |
2014-11-19 |
Robert Haas | Avoid file descriptor leak in pg_test_fsync. |
commit | commitdiff | tree |
2014-11-19 |
Fujii Masao | Fix bug in the test of file descriptor of current WAL... |
commit | commitdiff | tree |
2014-11-19 |
Fujii Masao | Fix pg_receivexlog --slot so that it doesn't prevent... |
commit | commitdiff | tree |
2014-11-19 |
Tom Lane | Don't require bleeding-edge timezone data in timestampt... |
commit | commitdiff | tree |
2014-11-18 |
Tom Lane | Update comments in find_typedef. |
commit | commitdiff | tree |
2014-11-18 |
Tom Lane | Fix some bogus direct uses of realloc(). |
commit | commitdiff | tree |
2014-11-18 |
Simon Riggs | Reduce btree scan overhead for < and > strategies |
commit | commitdiff | tree |
2014-11-18 |
Heikki Linnakangas | Remove obsolete debugging option, RTDEBUG. |
commit | commitdiff | tree |
2014-11-17 |
Simon Riggs | Add pg_dump --snapshot option |
commit | commitdiff | tree |
2014-11-17 |
Tom Lane | Update 9.4 release notes for commits through today. |
commit | commitdiff | tree |
2014-11-17 |
Fujii Masao | Add --synchronous option to pg_receivexlog, for more... |
commit | commitdiff | tree |
2014-11-17 |
Tom Lane | Update time zone data files to tzdata release 2014j. |
commit | commitdiff | tree |
2014-11-17 |
Heikki Linnakangas | Fix WAL-logging of B-tree "unlink halfdead page" operation. |
commit | commitdiff | tree |
2014-11-17 |
Alvaro Herrera | Fix relpersistence setting in reindex_index |
commit | commitdiff | tree |
2014-11-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2014-11-16 |
Magnus Hagander | Mention the TZ environment variable for initdb |
commit | commitdiff | tree |
2014-11-16 |
Magnus Hagander | Restructure doc sections about statistics views |
commit | commitdiff | tree |
2014-11-15 |
Simon Riggs | Emit msg re skipping ANALYZE for absent inh tree |
commit | commitdiff | tree |
2014-11-15 |
Alvaro Herrera | Get rid of SET LOGGED indexes persistence kludge |
commit | commitdiff | tree |
2014-11-15 |
Alvaro Herrera | Remove unused InhPaths |
commit | commitdiff | tree |
2014-11-15 |
Alvaro Herrera | postgres_fdw.h: don't pull in rel.h when relcache.h... |
commit | commitdiff | tree |
2014-11-15 |
Andres Freund | Fix initdb --sync-only to also sync tablespaces. |
commit | commitdiff | tree |
2014-11-15 |
Andres Freund | Sync unlogged relations to disk after they have been... |
commit | commitdiff | tree |
2014-11-15 |
Andres Freund | Ensure unlogged tables are reset even if crash recovery... |
commit | commitdiff | tree |
2014-11-14 |
Tom Lane | Document evaluation-order considerations for aggregate... |
commit | commitdiff | tree |
2014-11-14 |
Stephen Frost | Clean up includes from RLS patch |
commit | commitdiff | tree |
2014-11-14 |
Alvaro Herrera | Document BRIN's pages_per_range in CREATE INDEX |
commit | commitdiff | tree |
2014-11-14 |
Stephen Frost | Revert change to ALTER TABLESPACE summary. |
commit | commitdiff | tree |
2014-11-14 |
Alvaro Herrera | Reduce disk footprint of brin regression test |
commit | commitdiff | tree |
2014-11-14 |
Alvaro Herrera | Allow interrupting GetMultiXactIdMembers |
commit | commitdiff | tree |
2014-11-14 |
Andres Freund | Move BufferGetBlockNumber() out of heap_page_is_all_vis... |
commit | commitdiff | tree |
2014-11-14 |
Andres Freund | Add valgrind suppression for pg_atomic_init_u64. |
commit | commitdiff | tree |
2014-11-14 |
Peter Eisentraut | Improve logical decoding log messages |
commit | commitdiff | tree |
2014-11-13 |
Andres Freund | Adapt valgrind.supp to the XLogInsert() split. |
commit | commitdiff | tree |
2014-11-13 |
Tom Lane | Fix pg_dumpall to restore its ability to dump from... |
commit | commitdiff | tree |
2014-11-13 |
Andres Freund | Fix and improve cache invalidation logic for logical... |
commit | commitdiff | tree |
2014-11-13 |
Andres Freund | Fix xmin/xmax horizon computation during logical decodi... |
commit | commitdiff | tree |
next |