Commit Graph

18968 Commits (42e2a580713201645d7caa4b27713ac777432d8d)

Author SHA1 Message Date
Michael Paquier 42e2a58071 Fix typos in documentation and for one wait event 7 years ago
Andres Freund de66987adb Re-add default_with_oids GUC to avoid breaking old dump files. 7 years ago
Alvaro Herrera 0ad41cf537 Fix unique INCLUDE indexes on partitioned tables 7 years ago
Michael Paquier 9f527a6e9a Fix error message for logical replication targets 7 years ago
Peter Eisentraut 0acb3bc33a Change default of recovery_target_timeline to 'latest' 7 years ago
Michael Paquier 373bda61d2 Improve error messages for incorrect types of logical replication targets 7 years ago
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 ... 7 years ago
Tom Lane 1db5667bac Avoid sharing PARAM_EXEC slots between different levels of NestLoop. 7 years ago
Peter Eisentraut ff85306055 Add value 'current' for recovery_target_timeline 7 years ago
Andrew Dunstan 3b174b1a35 Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE 7 years ago
Tom Lane eaf0380ecc Fix C++ compile failures in headers. 7 years ago
Alvaro Herrera b60c397599 Move inheritance expansion code into its own file 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 afb0d0712f Replace the data structure used for keyword lookup. 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 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
Tom Lane 69ae9dcb44 Ensure link commands list *.o files before LDFLAGS. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random 7 years ago
Michael Paquier 8d3b389ec3 Improve comments and logs in do_pg_stop/start_backup 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
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
Alvaro Herrera 4ed6c071b8 Fix thinko in previous commit 7 years ago
Alvaro Herrera e8b0e6b82d Rewrite ExecPartitionCheckEmitError for clarity 7 years ago
Peter Eisentraut ae4472c619 Remove obsolete IndexIs* macros 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
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
Peter Eisentraut 66ca44084d Add WRITE_*_ARRAY macros 7 years ago
Peter Eisentraut 323eaf9825 Add some const decorations 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
Alvaro Herrera 0c2377152f DETACH PARTITION: hold locks on indexes until end of transaction 7 years ago
Greg Stark 1075dfdaf3 Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY 7 years ago