Commit Graph

39252 Commits (a8d585c0915939a42acdb529d8e0eb832935d45f)
 

Author SHA1 Message Date
Peter Eisentraut a8d585c091 Message style improvements 10 years ago
Robert Haas d455651624 Add missing serial comma, for consistency. 10 years ago
Robert Haas 9dcce7123e Fix incorrect message in ATWrongRelkindError. 10 years ago
Alvaro Herrera dbe6f434ee Fix secondary expected output for commit_ts test 10 years ago
Robert Haas 8538a63070 Make Gather node projection-capable. 10 years ago
Alvaro Herrera c15898c1d5 Document BRIN's inclusion opclass framework 10 years ago
Alvaro Herrera 21a4e4a4c9 Fix BRIN free space computations 10 years ago
Alvaro Herrera 531d21b75f Cleanup commit timestamp module activaction, again 10 years ago
Alvaro Herrera 0cd836a4e8 Measure string lengths only once 10 years ago
Robert Haas a1480ec1d3 shm_mq: Repair breakage from previous commit. 10 years ago
Robert Haas 872101bede Add two missing cases to ATWrongRelkindError. 10 years ago
Robert Haas b2ccb5f4e6 shm_mq: Fix failure to notice a dead counterparty when nowait is used. 10 years ago
Robert Haas 31ba62ce32 Fix typos in comments. 10 years ago
Peter Eisentraut 8f2977b3ec doc: Add advice on updating checkpoint_segments to max_wal_size 10 years ago
Tom Lane d371bebd3d Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al. 10 years ago
Robert Haas bde39eed0c Fix a couple of bugs in recent parallelism-related commits. 10 years ago
Robert Haas 1a219fa15b Add header comments to execParallel.c and nodeGather.c. 10 years ago
Peter Eisentraut e4a618aa1e doc: Improve markup and fine-tune replication protocol documentation 10 years ago
Tom Lane d435542583 Fix incorrect translation of minus-infinity datetimes for json/jsonb. 10 years ago
Peter Eisentraut 984ae04a2c doc: Move documentation of max_wal_size to better position 10 years ago
Robert Haas a1c466c5dd Fix incorrect comment in plannodes.h 10 years ago
Robert Haas dc486fb969 Remove duplicate word. 10 years ago
Robert Haas 7c0b49cd03 Tab complete CREATE EXTENSION .. VERSION. 10 years ago
Robert Haas 84ef9c596e Put back ssl_renegotiation_limit parameter, but only allow 0. 10 years ago
Robert Haas 5be94a9eb1 Be a bit more rigorous about how we cache strcoll and strxfrm results. 10 years ago
Robert Haas d53f808e7e Remove obsolete comment. 10 years ago
Noah Misch 8e3b4d9d40 Eschew "RESET statement_timeout" in tests. 10 years ago
Tom Lane 9f1e642d50 Fix incorrect handling of lookahead constraints in pg_regprefix(). 10 years ago
Robert Haas ee7ca559fc Add a C API for parallel heap scans. 10 years ago
Robert Haas b0b0d84b3d Allow a parallel context to relaunch workers. 10 years ago
Tom Lane afdfcd3f76 Miscellaneous cleanup of regular-expression compiler. 10 years ago
Tom Lane 538b3b8b35 Improve memory-usage accounting in regular-expression compiler. 10 years ago
Tom Lane 6a7153661d Improve performance of pullback/pushfwd in regular-expression compiler. 10 years ago
Tom Lane f5b7d103bc Improve performance of fixempties() pass in regular-expression compiler. 10 years ago
Tom Lane 579840ca05 Fix O(N^2) performance problems in regular-expression compiler. 10 years ago
Tom Lane 48789c5d23 Fix regular-expression compiler to handle loops of constraint arcs. 10 years ago
Robert Haas d53e3d5fe0 Remove volatile qualifiers from proc.c and procarray.c 10 years ago
Robert Haas 430008b5a7 Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.c 10 years ago
Robert Haas 78652a3332 Remove cautions about using volatile from spin.h. 10 years ago
Robert Haas a53c06a13e Prohibit parallel query when the isolation level is serializable. 10 years ago
Robert Haas bfc78d7196 Rewrite interaction of parallel mode with parallel executor support. 10 years ago
Robert Haas 816e336f12 Mark more functions parallel-restricted or parallel-unsafe. 10 years ago
Robert Haas 82b37765c7 Fix a problem with parallel workers being unable to restore role. 10 years ago
Robert Haas 6de6d96d97 Invalidate caches after cranking up a parallel worker transaction. 10 years ago
Michael Meskes d07fea542f Fix order of arguments in ecpg generated typedef command. 10 years ago
Robert Haas 94b4f7e2a6 Tighten up application of parallel mode checks. 10 years ago
Robert Haas 423ec0877f Transfer current command counter ID to parallel workers. 10 years ago
Robert Haas 2ad5c27bb5 Don't send protocol messages to a shm_mq that no longer exists. 10 years ago
Tom Lane 3587cbc34f Fix NULL handling in datum_to_jsonb(). 10 years ago
Robert Haas 08fbad0afd Revert "Have dtrace depend on object files directly, not objfiles.txt" 10 years ago