summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-08-29Fix typos in comments.Fujii Masao
2016-08-29Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao
2016-08-28Fix stray reference to the old genbki.sh script.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-26Add a nonlocalized version of the severity field to client error messages.Tom Lane
2016-08-26Fix potential memory leakage from HandleParallelMessages().Tom Lane
2016-08-26Put static forward declarations in elog.c back into same order as code.Tom Lane
2016-08-26Fix assorted small bugs in ThrowErrorData().Tom Lane
2016-08-26Fix logic for adding "parallel worker" context line to worker errors.Tom Lane
2016-08-25Fix instability in parallel regression tests.Tom Lane
2016-08-25Fix small query-lifespan memory leak in bulk updates.Tom Lane
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-24Remove unnecessary #include.Kevin Grittner
2016-08-24Build libpgfeutils before src/bin/pg_basebackup programs.Noah Misch
2016-08-24Build libpgfeutils before pg_isready.Noah Misch
2016-08-24Suppress compiler warnings in non-cassert builds.Tom Lane
2016-08-23Fix network_spgist.c build failures from missing AF_INET definition.Tom Lane
2016-08-23Create an SP-GiST opclass for inet/cidr.Tom Lane
2016-08-23Extend dsm API with a new function dsm_unpin_segment.Robert Haas
2016-08-23Remove duplicate function prototype.Robert Haas
2016-08-23Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane
2016-08-23Add txid_current_ifassigned().Robert Haas
2016-08-23Remove duplicate word from comment.Robert Haas
2016-08-23Refactor some network.c code to create cidr_set_masklen_internal().Tom Lane
2016-08-22Fix possible sorting error when aborting use of abbreviated keys.Robert Haas
2016-08-22Improve header comment for LockHasWaitersRelation.Robert Haas
2016-08-22Run select_parallel test by itselfPeter Eisentraut
2016-08-22initdb now needs submake-libpq and submake-libpgfeutils.Tom Lane
2016-08-22Retire escapeConnectionParameter().Noah Misch
2016-08-20initdb now needs to reference libpq include files in MSVC builds.Tom Lane
2016-08-20Make initdb's suggested "pg_ctl start" command line more reliable.Tom Lane
2016-08-19Allow empty queries in pgbench.Tom Lane
2016-08-19Use LEFT JOINs in some system views in case referenced row doesn't exist.Tom Lane
2016-08-19Guard against parallel-restricted functions in VALUES expressions.Tom Lane
2016-08-19Speed up planner's scanning for parallel-query hazards.Tom Lane
2016-08-19reorderbuffer: preserve errno while reporting errorAlvaro Herrera
2016-08-19Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.Tom Lane
2016-08-19Remove typedef celt from the regex library, along with macro NOCELT.Tom Lane
2016-08-19Add alternative output for ON CONFLICT toast isolation test.Andres Freund
2016-08-18Remove obsolete replacement system() on darwinPeter Eisentraut
2016-08-18Update line count totals for psql help displays.Tom Lane
2016-08-18In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane
2016-08-18Improve psql's tab completion for \l.Tom Lane
2016-08-18Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...Tom Lane
2016-08-18Improve formatting of comments in plpgsql.hPeter Eisentraut
2016-08-18Refactor RandomSalt to handle salts of different lengths.Heikki Linnakangas
2016-08-18Update Windows timezone mapping from Windows 7 and 10Magnus Hagander
2016-08-18Refactor sendAuthRequest.Heikki Linnakangas
2016-08-18Fix deletion of speculatively inserted TOAST on conflictAndres Freund
2016-08-17Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane