Commit Graph

46146 Commits (1a4eba4e246480466c04feb81f76866e7dcb2827)
 

Author SHA1 Message Date
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
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