Commit Graph

46192 Commits (b60c39759908bb2a2dbcfc108ec19bdbdcc278e8)
 

Author SHA1 Message Date
Alvaro Herrera b60c397599 Move inheritance expansion code into its own file 7 years ago
Alvaro Herrera dacadcd1f3 Don't use address of array as boolean 7 years ago
Alvaro Herrera 6260cc550b pgbench: add \cset and \gset commands 7 years ago
Michael Paquier e1c1d5444e Update unaccent rules with release 34 of CLDR for Latin-ASCII.xml 7 years ago
Tom Lane c64d0cd5ce Use perfect hashing, instead of binary search, for keyword lookup. 7 years ago
Michael Paquier 5d59a6c5ea Fix grammar mistakes in md.c 7 years ago
Tom Lane 8ff5f824dc Reduce the size of the fmgr_builtin_oid_index[] array. 7 years ago
Tom Lane 59029b6fb7 Update docs & tests to reflect that unassigned OLD/NEW are now NULL. 7 years ago
Tom Lane a2b22d8e80 Doc: update our docs about kernel IPC parameters on *BSD. 7 years ago
Michael Paquier 354e95d1f2 Add --disable-page-skipping and --skip-locked to vacuumdb 7 years ago
Tatsuo Ishii a67212de19 Doc: fix meaning of acronym "btree". 7 years ago
Andrew Gierth 93fedda6f0 doc: document that INFO messages always go to client. 7 years ago
Peter Eisentraut be2e329f2e isolationtester: Use atexit() 7 years ago
Peter Eisentraut 3913a40ff1 initdb: Use atexit() 7 years ago
Peter Eisentraut a4205fa00d pg_basebackup: Use atexit() 7 years ago
Tom Lane afb0d0712f Replace the data structure used for keyword lookup. 7 years ago
Tom Lane c5c7fa261f Fix program build rule in src/bin/scripts/Makefile. 7 years ago
Alvaro Herrera 807ae415c5 Don't create relfilenode for relations without storage 7 years ago
Alvaro Herrera df5be63763 Rename macro to RELKIND_HAS_STORAGE 7 years ago
Tom Lane 4879a5172a Support plpgsql variable names that conflict with unreserved SQL keywords. 7 years ago
Peter Eisentraut cb719fa02d Make sort-test.py Python 3 compatible 7 years ago
Peter Eisentraut 3d59da9ccd unaccent: Make generate_unaccent_rules.py Python 3 compatible 7 years ago
Tom Lane d33faa285b Move the built-in conversions into the initial catalog data. 7 years ago
Tom Lane 814c9019aa Use symbolic references for pg_language OIDs in the bootstrap data. 7 years ago
Tom Lane 7170268efd Improve ANALYZE's handling of concurrent-update scenarios. 7 years ago
Tom Lane 68a13f28be Don't believe MinMaxExpr is leakproof without checking. 7 years ago
Peter Eisentraut acfe1392ef Switch pg_regress to output unified diffs by default 7 years ago
Tom Lane 69ae9dcb44 Ensure link commands list *.o files before LDFLAGS. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Peter Eisentraut b6f3649bba Convert unaccent tests to UTF-8 7 years ago
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random 7 years ago
Michael Paquier d880b208e5 Fix generation of padding message before encrypting Elgamal in pgcrypto 7 years ago
Michael Paquier 8d3b389ec3 Improve comments and logs in do_pg_stop/start_backup 7 years ago
Noah Misch aa019da523 Process EXTRA_INSTALL serially, during the first temp-install. 7 years ago
Noah Misch 76f7b0b08a Send EXTRA_INSTALL errors to install.log, not stderr. 7 years ago
Noah Misch 94600dd4f4 pg_regress: Promptly detect failed postmaster startup. 7 years ago
Tom Lane d01e75d68e Update leakproofness markings on some btree comparison functions. 7 years ago
Alvaro Herrera e439c6f0c3 Remove some useless code 7 years ago
Tom Lane b2edbbd02d Fix oversight in commit b5415e3c21. 7 years ago
Peter Eisentraut 60d99797bf Change "checkpoint starting" message to use "wal" 7 years ago
Tom Lane 0a6ea4001a Add a hash opclass for type "tid". 7 years ago
Tom Lane b5415e3c21 Support parameterized TidPaths. 7 years ago
Tom Lane 6f19a8c41f Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions. 7 years ago
Michael Paquier e0ef136d52 Trigger stmt_beg and stmt_end for top-level statement blocks of PL/pgSQL 7 years ago
Tom Lane 4203842a1c Use pg_strong_random() to select each server process's random seed. 7 years ago
Tom Lane 6645ad6bdd Use a separate random seed for SQL random()/setseed() functions. 7 years ago
Peter Eisentraut 1a4eba4e24 pg_rewind: Add missing newline to error message 7 years ago
Peter Eisentraut e3299d36a9 Remove redundant translation markers 7 years ago
Michael Paquier 0a5a493f04 Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h 7 years ago
Tom Lane 6b9bba2df8 Marginal performance hacking in erand48.c. 7 years ago