Commit Graph

46218 Commits (e451dd5521966516110eb1761342ae4a1380b19d)
 

Author SHA1 Message Date
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
Tom Lane e090466411 Fix latent problem with pg_jrand48(). 7 years ago
Alvaro Herrera 4ed6c071b8 Fix thinko in previous commit 7 years ago
Alvaro Herrera e8b0e6b82d Rewrite ExecPartitionCheckEmitError for clarity 7 years ago
Michael Paquier f7ea1a4233 Clarify referential actions in docs of CREATE/ALTER TABLE 7 years ago
Alexander Korotkov 0c6f4f9212 Reduce length of GIN predicate locking isolation test suite 7 years ago
Peter Eisentraut ae4472c619 Remove obsolete IndexIs* macros 7 years ago
Peter Eisentraut 5c82830797 pg_dump: Add missing newline to error message 7 years ago
Alexander Korotkov b450abd255 Remove entry tree root conflict checking from GIN predicate locking 7 years ago
Michael Paquier 1e504f01da Ignore inherited temp relations from other sessions when truncating 7 years ago
Tom Lane 8528e3d849 Fix failure to check for open() or fsync() failures. 7 years ago
Tom Lane e9fcfed3fb Fix portability failure introduced in commits d2b0b60e7 et al. 7 years ago
Michael Paquier f89ae34ab8 Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psql 7 years ago
Michael Paquier b981df4cc0 Prioritize history files when archiving 7 years ago
Michael Paquier bf491a9073 Disable WAL-skipping optimization for COPY on views and foreign tables 7 years ago
Michael Paquier 11a60d4961 Add completion for storage parameters after CREATE TABLE WITH in psql 7 years ago
Peter Eisentraut 66ca44084d Add WRITE_*_ARRAY macros 7 years ago
Peter Eisentraut 323eaf9825 Add some const decorations 7 years ago
Peter Eisentraut f4eabaf3e0 Fix ancient compiler warnings and typos in !HAVE_SYMLINK code 7 years ago
Alexander Korotkov c952eae52a Check for conflicting queries during replay of gistvacuumpage() 7 years ago
Tom Lane 7c15cef86d Base information_schema.sql_identifier domain on name, not varchar. 7 years ago
Tom Lane 5bbee34d9f Avoid producing over-length specific_name outputs in information_schema. 7 years ago
Alvaro Herrera 7b14bcc06c Fix lock level used for partition when detaching it 7 years ago
Tom Lane 42bdf853f6 Doc: fix ancient mistake in search_path documentation. 7 years ago
Tom Lane 216af5eea5 Make bitmapset.c use 64-bit bitmap words on 64-bit machines. 7 years ago