summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-28Reset plan->row_security_env and planUserIdStephen Frost
2016-03-28Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane
2016-03-27Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().Tom Lane
2016-03-27Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().Tom Lane
2016-03-27pg_rewind: fsync target data directory.Andres Freund
2016-03-27Fix LWLockReportWaitEnd() parameter list to be (void).Andres Freund
2016-03-27pg_rewind: Close backup_label file descriptor.Andres Freund
2016-03-27Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund
2016-03-27Change various Gin*Is* macros to return 0/1.Andres Freund
2016-03-26Modernize zic's test for valid timezone abbreviations.Tom Lane
2016-03-26Avoid a couple of zero-divide scenarios in the planner.Tom Lane
2016-03-25Update time zone data files to tzdata release 2016c.Tom Lane
2016-03-25Fix PL/Tcl for vpath builds.Tom Lane
2016-03-25Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane
2016-03-25In PL/Tcl, make database errors return additional info in the errorCode.Tom Lane
2016-03-25Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.Tom Lane
2016-03-25Don't split up SRFs when choosing to postpone SELECT output expressions.Tom Lane
2016-03-25Link libpq after libpgfeutils to satisfy Windows linker.Tom Lane
2016-03-25Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-24Suppress compiler warning for get_am_type_string().Tom Lane
2016-03-24Add missed inclusion requirement in Mkvcbuild.pm.Tom Lane
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-03-24Use correct GetDatum function.Robert Haas
2016-03-24Avoid PGDLLIMPORT for simple local references in frontend programs.Tom Lane
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-23Disable abbreviated keys for string-sorting in non-C locales.Robert Haas
2016-03-23Partition the freelist for shared dynahash tables.Robert Haas
2016-03-23Code review for error reports in jsonb_set().Tom Lane
2016-03-23Fix unsafe use of strtol() on a non-null-terminated Text datum.Tom Lane
2016-03-23Change comment to describe correct lock level usedSimon Riggs
2016-03-22Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane
2016-03-21Allow the delay in psql's \watch command to be a fractional second.Tom Lane
2016-03-21Improve header output from psql's \watch command.Tom Lane
2016-03-21Make max_parallel_degree PGC_USERSET.Robert Haas
2016-03-21Support parallel aggregation.Robert Haas
2016-03-21Properly declare FeBeWaitSet.Andres Freund
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-21Combine win32 and unix latch implementations.Andres Freund
2016-03-21Second attempt at fixing MSVC build for 68ab8e8ba4a471d9.Andres Freund
2016-03-21Use %option bison-bridge in psql/pgbench lexers.Tom Lane
2016-03-20Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.Tom Lane
2016-03-20SQL commands in pgbench scripts are now ended by semicolons, not newlines.Tom Lane
2016-03-19Remove dependency on psed for MSVC builds.Andrew Dunstan
2016-03-19Fix phony .PHONY.Tom Lane
2016-03-19Make pgbench's expression lexer reentrant.Tom Lane
2016-03-19pgbench: Silence new compiler warningsAlvaro Herrera
2016-03-19Typo fix.Tom Lane
2016-03-19Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane