Commit Graph

46203 Commits (1845ca2cfd1f7fd6b536900cf129f6734a4ddded)
 

Author SHA1 Message Date
Andres Freund 1845ca2cfd Remove heapam.h include made superfluous by b60c397599. 7 years ago
Andrew Dunstan e33884d412 Free pre-modification HeapTuple in ALTER TABLE ... TYPE ... 8 years ago
Tom Lane 1db5667bac Avoid sharing PARAM_EXEC slots between different levels of NestLoop. 8 years ago
Peter Eisentraut 8b89a88618 doc: Correct documentation of install-time environment variables 8 years ago
Peter Eisentraut 96b8b8b6f9 Create INSTALL file using Pandoc 8 years ago
Peter Eisentraut ff85306055 Add value 'current' for recovery_target_timeline 8 years ago
Amit Kapila 43cbedab8f Extend pg_stat_statements_reset to reset statistics specific to a 8 years ago
Andrew Dunstan 3b174b1a35 Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE 8 years ago
Tom Lane f6cddbd4d7 Add .gitignore entry for a derived file created by "make distprep". 8 years ago
Tom Lane eaf0380ecc Fix C++ compile failures in headers. 8 years ago
Tom Lane a968d54c5d Remove unnecessary #include. 8 years ago
Alvaro Herrera b60c397599 Move inheritance expansion code into its own file 8 years ago
Alvaro Herrera dacadcd1f3 Don't use address of array as boolean 8 years ago
Alvaro Herrera 6260cc550b pgbench: add \cset and \gset commands 8 years ago
Michael Paquier e1c1d5444e Update unaccent rules with release 34 of CLDR for Latin-ASCII.xml 8 years ago
Tom Lane c64d0cd5ce Use perfect hashing, instead of binary search, for keyword lookup. 8 years ago
Michael Paquier 5d59a6c5ea Fix grammar mistakes in md.c 8 years ago
Tom Lane 8ff5f824dc Reduce the size of the fmgr_builtin_oid_index[] array. 8 years ago
Tom Lane 59029b6fb7 Update docs & tests to reflect that unassigned OLD/NEW are now NULL. 8 years ago
Tom Lane a2b22d8e80 Doc: update our docs about kernel IPC parameters on *BSD. 8 years ago
Michael Paquier 354e95d1f2 Add --disable-page-skipping and --skip-locked to vacuumdb 8 years ago
Tatsuo Ishii a67212de19 Doc: fix meaning of acronym "btree". 8 years ago
Andrew Gierth 93fedda6f0 doc: document that INFO messages always go to client. 8 years ago
Peter Eisentraut be2e329f2e isolationtester: Use atexit() 8 years ago
Peter Eisentraut 3913a40ff1 initdb: Use atexit() 8 years ago
Peter Eisentraut a4205fa00d pg_basebackup: Use atexit() 8 years ago
Tom Lane afb0d0712f Replace the data structure used for keyword lookup. 8 years ago
Tom Lane c5c7fa261f Fix program build rule in src/bin/scripts/Makefile. 8 years ago
Alvaro Herrera 807ae415c5 Don't create relfilenode for relations without storage 8 years ago
Alvaro Herrera df5be63763 Rename macro to RELKIND_HAS_STORAGE 8 years ago
Tom Lane 4879a5172a Support plpgsql variable names that conflict with unreserved SQL keywords. 8 years ago
Peter Eisentraut cb719fa02d Make sort-test.py Python 3 compatible 8 years ago
Peter Eisentraut 3d59da9ccd unaccent: Make generate_unaccent_rules.py Python 3 compatible 8 years ago
Tom Lane d33faa285b Move the built-in conversions into the initial catalog data. 8 years ago
Tom Lane 814c9019aa Use symbolic references for pg_language OIDs in the bootstrap data. 8 years ago
Tom Lane 7170268efd Improve ANALYZE's handling of concurrent-update scenarios. 8 years ago
Tom Lane 68a13f28be Don't believe MinMaxExpr is leakproof without checking. 8 years ago
Peter Eisentraut acfe1392ef Switch pg_regress to output unified diffs by default 8 years ago
Tom Lane 69ae9dcb44 Ensure link commands list *.o files before LDFLAGS. 8 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 8 years ago
Peter Eisentraut b6f3649bba Convert unaccent tests to UTF-8 8 years ago
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random 8 years ago
Michael Paquier d880b208e5 Fix generation of padding message before encrypting Elgamal in pgcrypto 8 years ago
Michael Paquier 8d3b389ec3 Improve comments and logs in do_pg_stop/start_backup 8 years ago
Noah Misch aa019da523 Process EXTRA_INSTALL serially, during the first temp-install. 8 years ago
Noah Misch 76f7b0b08a Send EXTRA_INSTALL errors to install.log, not stderr. 8 years ago
Noah Misch 94600dd4f4 pg_regress: Promptly detect failed postmaster startup. 8 years ago
Tom Lane d01e75d68e Update leakproofness markings on some btree comparison functions. 8 years ago
Alvaro Herrera e439c6f0c3 Remove some useless code 8 years ago
Tom Lane b2edbbd02d Fix oversight in commit b5415e3c21. 8 years ago