summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-13Improve error messages for incorrect types of logical replication targetsMichael Paquier
2019-01-13Remove heapam.h include made superfluous by b60c3975990.Andres Freund
2019-01-11Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...Andrew Dunstan
2019-01-11Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane
2019-01-11Add value 'current' for recovery_target_timelinePeter Eisentraut
2019-01-10Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan
2019-01-10Add .gitignore entry for a derived file created by "make distprep".Tom Lane
2019-01-10Fix C++ compile failures in headers.Tom Lane
2019-01-10Remove unnecessary #include.Tom Lane
2019-01-10Move inheritance expansion code into its own fileAlvaro Herrera
2019-01-10Don't use address of array as booleanAlvaro Herrera
2019-01-10pgbench: add \cset and \gset commandsAlvaro Herrera
2019-01-10Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane
2019-01-10Fix grammar mistakes in md.cMichael Paquier
2019-01-09Reduce the size of the fmgr_builtin_oid_index[] array.Tom Lane
2019-01-09Update docs & tests to reflect that unassigned OLD/NEW are now NULL.Tom Lane
2019-01-08Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier
2019-01-07isolationtester: Use atexit()Peter Eisentraut
2019-01-07initdb: Use atexit()Peter Eisentraut
2019-01-07pg_basebackup: Use atexit()Peter Eisentraut
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-05Fix program build rule in src/bin/scripts/Makefile.Tom Lane
2019-01-04Don't create relfilenode for relations without storageAlvaro Herrera
2019-01-04Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera
2019-01-04Support plpgsql variable names that conflict with unreserved SQL keywords.Tom Lane
2019-01-04Make sort-test.py Python 3 compatiblePeter Eisentraut
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-03Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane
2019-01-03Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane
2019-01-02Don't believe MinMaxExpr is leakproof without checking.Tom Lane
2019-01-02Switch pg_regress to output unified diffs by defaultPeter Eisentraut
2019-01-02Ensure link commands list *.o files before LDFLAGS.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-31Improve comments and logs in do_pg_stop/start_backupMichael Paquier
2018-12-31Process EXTRA_INSTALL serially, during the first temp-install.Noah Misch
2018-12-31Send EXTRA_INSTALL errors to install.log, not stderr.Noah Misch
2018-12-31pg_regress: Promptly detect failed postmaster startup.Noah Misch
2018-12-31Update leakproofness markings on some btree comparison functions.Tom Lane
2018-12-31Remove some useless codeAlvaro Herrera
2018-12-31Fix oversight in commit b5415e3c2187ab304390524f5ae66b4bd2c58279.Tom Lane
2018-12-30Change "checkpoint starting" message to use "wal"Peter Eisentraut
2018-12-30Add a hash opclass for type "tid".Tom Lane
2018-12-30Support parameterized TidPaths.Tom Lane
2018-12-30Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions.Tom Lane
2018-12-30Trigger stmt_beg and stmt_end for top-level statement blocks of PL/pgSQLMichael Paquier
2018-12-29Use pg_strong_random() to select each server process's random seed.Tom Lane
2018-12-29Use a separate random seed for SQL random()/setseed() functions.Tom Lane
2018-12-29pg_rewind: Add missing newline to error messagePeter Eisentraut
2018-12-29Remove redundant translation markersPeter Eisentraut