Commit Graph

46131 Commits (f89ae34ab8b4d9e9ce8af6bd889238b0ccff17cb)
 

Author SHA1 Message Date
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
Alvaro Herrera 0c2377152f DETACH PARTITION: hold locks on indexes until end of transaction 7 years ago
Michael Paquier 4cba9c2a33 Add more tab completion for CREATE TABLE in psql 7 years ago
Greg Stark 1075dfdaf3 Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY 7 years ago
Tom Lane 2ece7c07dc Add text-vs-name cross-type operators, and unify name_ops with text_ops. 7 years ago
Tom Lane 586b98fdf1 Make type "name" collation-aware. 7 years ago
Alvaro Herrera 68f6f2b739 Remove function names from error messages 7 years ago
Tom Lane c6e394c1a2 Small improvements for allocation logic in ginHeapTupleFastCollect(). 7 years ago
Tom Lane 639924249c Doc: fix incorrect example of collecting arguments with fmgr macros. 7 years ago
Peter Geoghegan 61a4480a68 Remove obsolete nbtree duplicate entries comment. 7 years ago
Peter Geoghegan 60f3cc9553 Correct obsolete nbtree recovery comments. 7 years ago
Tatsuo Ishii 3cab54878d Doc: fix typo in "Generic File Access Functions" section. 7 years ago
Tom Lane 6b0faf7236 Make collation-aware system catalog columns use "C" collation. 7 years ago
Tom Lane b2d9e17768 Update sepgsql regression test results for commit ca4103025. 7 years ago
Tom Lane d364e88155 Fix ancient thinko in mergejoin cost estimation. 7 years ago
Michael Paquier f94cec6447 Include partitioned indexes to system view pg_indexes 7 years ago
Michael Paquier 3e514c1238 Tweak description comments in tests for partition functions 7 years ago
Michael Paquier ed6f15eb35 Update project link of pgBadger in documentation 7 years ago
Michael Paquier e4fca461ab Include ALTER INDEX SET STATISTICS in pg_dump 7 years ago
Tom Lane cc92cca431 Drop support for getting signal descriptions from sys_siglist[]. 7 years ago
Alvaro Herrera ca4103025d Fix tablespace handling for partitioned tables 7 years ago
Alvaro Herrera 1e6240a3fe Clarify runtime pruning in EXPLAIN 7 years ago
Amit Kapila 3abb11e55b Remove extra semicolons. 7 years ago
Michael Paquier 67915fb8e5 Fix use-after-free bug when renaming constraints 7 years ago
Michael Paquier b13fd344c5 Make constraint rename issue relcache invalidation on target relation 7 years ago
Tom Lane a73d083195 Modernize our code for looking up descriptive strings for Unix signals. 7 years ago
Tom Lane 16fda4b853 Make error handling in parallel pg_upgrade less bogus. 7 years ago
Tom Lane ade2d61ed0 Improve detection of child-process SIGPIPE failures. 7 years ago
Tom Lane 5e09280057 Make pg_statistic and related code account more honestly for collations. 7 years ago
Michael Paquier 8fb569e978 Introduce new extended routines for FDW and foreign server lookups 7 years ago
Andres Freund 09568ec3d3 Create a separate oid range for oids assigned by genbki.pl. 7 years ago
Tom Lane 84d514887f Fix bogus logic for skipping unnecessary partcollation dependencies. 7 years ago
Tom Lane 04fe805a17 Drop no-op CoerceToDomain nodes from expressions at planning time. 7 years ago
Alexander Korotkov 52ac6cd2d0 Prevent GIN deleted pages from being reclaimed too early 7 years ago
Alexander Korotkov c6ade7a8cd Prevent deadlock in ginRedoDeletePage() 7 years ago
Alexander Korotkov fd83c83d09 Fix deadlock in GIN vacuum introduced by 218f51584d 7 years ago
Tom Lane 77d4d88afb Repair bogus EPQ plans generated for postgres_fdw foreign joins. 7 years ago
Tom Lane 0f7ec8d9c3 Repair bogus handling of multi-assignment Params in upper plan levels. 7 years ago