summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08Doc: update our docs about kernel IPC parameters on *BSD.Tom Lane
2019-01-08Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier
2019-01-08Doc: fix meaning of acronym "btree".Tatsuo Ishii
2019-01-07doc: document that INFO messages always go to client.Andrew Gierth
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-04unaccent: Make generate_unaccent_rules.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-02Convert unaccent tests to UTF-8Peter Eisentraut
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2019-01-01Fix generation of padding message before encrypting Elgamal in pgcryptoMichael 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
2018-12-28Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.hMichael Paquier
2018-12-28Marginal performance hacking in erand48.c.Tom Lane
2018-12-28Fix latent problem with pg_jrand48().Tom Lane
2018-12-28Fix thinko in previous commitAlvaro Herrera
2018-12-28Rewrite ExecPartitionCheckEmitError for clarityAlvaro Herrera
2018-12-28Clarify referential actions in docs of CREATE/ALTER TABLEMichael Paquier