summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-09-19Add missing serial commaPeter Eisentraut
2015-09-19Remove trailing slashes from directories in find commandPeter Eisentraut
2015-09-19Glue layer to connect the executor to the shm_mq mechanism.Robert Haas
2015-09-18Cache argument type information in json(b) aggregate functions.Andrew Dunstan
2015-09-18Fix low-probability memory leak in regex execution.Tom Lane
2015-09-18Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3bTeodor Sigaev
2015-09-17Fix oversight in tsearch type checkTeodor Sigaev
2015-09-17Honour TEMP_CONFIG when testing pg_upgradeAndrew Dunstan
2015-09-17Add new function planstate_tree_walker.Robert Haas
2015-09-17Let compiler handle size calculation of bool types.Michael Meskes
2015-09-17Fix bug introduced by microvacuum for GiSTTeodor Sigaev
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-16Sync regex code with Tcl 8.6.4.Tom Lane
2015-09-16Don't use "#" as an abbreviation for "number" in PL/Tcl error messages.Tom Lane
2015-09-16Remove no-longer-used T_PrivGrantee node tag.Tom Lane
2015-09-16pgbench progress with timestampTeodor Sigaev
2015-09-16Review program help output for wording and formattingPeter Eisentraut
2015-09-15Enforce ALL/SELECT policies in RETURNING for RLSStephen Frost
2015-09-15RLS refactoringStephen Frost
2015-09-15Fix whitespacePeter Eisentraut
2015-09-15Revert "Fix an O(N^2) problem in foreign key references".Tom Lane
2015-09-15Fix comment regarding the meaning of infinity for timeline history entryFujii Masao
2015-09-15Improve log messages related to tablespace_map fileFujii Masao
2015-09-15Fix wrong comment in commit d02426029b133ee2bbe492a038642359bce3c527Teodor Sigaev
2015-09-14Check existency of table/schema for -t/-n option (pg_dump/pg_restore)Teodor Sigaev
2015-09-13Add noreturn attributePeter Eisentraut
2015-09-13Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan
2015-09-12Update SQL features listPeter Eisentraut
2015-09-11Install lwlocknames.h even in vpath builds.Robert Haas
2015-09-11pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian
2015-09-11Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.Robert Haas
2015-09-11Add missing ReleaseBuffer call in BRIN revmap codeAlvaro Herrera
2015-09-11Fix an O(N^2) problem in foreign key references.Kevin Grittner
2015-09-11When trace_lwlocks is used, identify individual lwlocks by name.Robert Haas
2015-09-10Fix setrefs.c comment properly.Tom Lane
2015-09-10Fix typo in setrefs.cStephen Frost
2015-09-10Fix minor bug in regexp makesearch() function.Tom Lane
2015-09-09Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commitTeodor Sigaev
2015-09-09Microvacuum for GISTTeodor Sigaev
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-09-08Lock all relations referred to in updatable viewsStephen Frost
2015-09-08psql: Generic tab completion support for enum and bool GUCs.Andres Freund
2015-09-08Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao
2015-09-08Improve tab-completion for GRANT and REVOKE.Fujii Masao
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-09-07In the pg_rewind test suite, receive WAL fully before promoting.Noah Misch
2015-09-07Coordinate log_line_prefix options 'm' and 'n' to share a timeval.Jeff Davis
2015-09-07Add log_line_prefix option 'n' for Unix epoch.Jeff Davis
2015-09-07Change type of DOW/DOY to UNITSGreg Stark
2015-09-07Make GIN's cleanup pending list process interruptableTeodor Sigaev