Commit Graph

21584 Commits (bedb5fc309487fa8bbff8728ffef5b6bc167f29e)
 

Author SHA1 Message Date
Bruce Momjian bedb5fc309 Add: 20 years ago
Bruce Momjian 49bbff0f8d Add for autovacuum: 20 years ago
Bruce Momjian 10e3d224e0 Add configure flag to allow libedit to be preferred over GNU readline: 20 years ago
Tom Lane e4a9229d55 Treat procedural languages as owned by the bootstrap superuser, rather 20 years ago
Tom Lane 6d4bcda38c Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX. 20 years ago
Bruce Momjian d20901a39b Allow to_char(interval) and to_char(time) to use AM/PM specifications. 20 years ago
Bruce Momjian eb339c7840 Item removed: 20 years ago
Tom Lane a98871b7ac Tweak indexscan machinery to avoid taking an AccessShareLock on an index 20 years ago
Tom Lane 1cf65140d0 Fix obsolete description of -h option, per Andreas Schmidt. 20 years ago
Tom Lane 6f5efe3d16 Fix obsolete comment. 20 years ago
Tom Lane d780f07ac1 Adjust scan plan nodes to avoid getting an extra AccessShareLock on a 20 years ago
Bruce Momjian 5ab2598875 Remove idea of increasing NUMERIC length: 20 years ago
Michael Meskes 5106aff99a Added special handling of CONNECTION variable that is used by ECPG instead of given to the backend. 20 years ago
Bruce Momjian 9322a04759 Add calcluation of bitmap storage capacity. 20 years ago
Bruce Momjian cf17131767 Remove comment on errno=0 lines, but add mention to port/strtol.c function. 20 years ago
Tom Lane de1dfc1209 Rearrange code in ExecInitBitmapHeapScan so that we don't initialize the 20 years ago
Bruce Momjian 113ece8f3d Add all heap page rows visible bitmap idea: 20 years ago
Bruce Momjian 915fb7f687 Add MERGE TODO.detail: 20 years ago
Bruce Momjian f28bdd95c1 Add merge TODO.detail item. 20 years ago
Bruce Momjian 24e1a04591 Split out MERGE and REPLACE/UPSERT items. 20 years ago
Bruce Momjian 8c8c0108e8 Add comment to pg_atoi. 20 years ago
Bruce Momjian 0e6b1528b7 Comment "errno = 0" in a more generic way. 20 years ago
Tom Lane ace17c1d82 Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES. 20 years ago
Bruce Momjian 277b2ea328 Add comments about why errno is set to zero. 20 years ago
Tom Lane 814acfcc3a Check for overflow in strtol() while parsing datetime inputs. 20 years ago
Neil Conway cab40818ea Fix typo in PL/PgSQL documentation, per Chris KL. 20 years ago
Alvaro Herrera 7415e083e4 Refactor some bits in aclchk.c in order to reduce code duplication. 20 years ago
Tom Lane 164442fe7f Rearrange code in pg_atoi() to avoid assuming that isspace() cannot 20 years ago
Tom Lane bae3fefd4a Tweak choose_bitmap_and() heuristics in the light of example provided in bug 20 years ago
Michael Meskes 150131d9d9 - Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>. 20 years ago
Bruce Momjian 339fbbb9a0 Update for 8.2: 20 years ago
Bruce Momjian 8ed7065c7b Item removed, looping always required: 20 years ago
Alvaro Herrera 19fecee06e Document PGXS' REGRESS feature. 20 years ago
Tom Lane 9a39423436 Fix EXPLAIN and EXECUTE commands to pass portal parameters through to 20 years ago
Tom Lane 4ab76b1c20 Tweak hash join code to use an additional heuristic for deciding whether 20 years ago
Bruce Momjian ee4aa3021e Improve documentation for COALESCE and NULLIF. Add references for NVL 20 years ago
Tom Lane 200545039c Come to think of it, the backend doesn't use -lz either. 20 years ago
Bruce Momjian a4371a6813 Add: 20 years ago
Tom Lane a2c43740d5 Don't link readline and supporting libraries into the backend. 20 years ago
Alvaro Herrera f1713078c5 Install a more future-proof fix for the snapshot-unset bug just found. 20 years ago
Tom Lane b79cb1eea1 Recent changes to allow hash join to exit early given empty input from 20 years ago
Alvaro Herrera d4fc4ac4c7 Set a snapshot before running analyze on a single table, to avoid a 20 years ago
Alvaro Herrera ec9f81b4ae Install pg_regress where PGXS' "make installcheck" can find it. 20 years ago
Tom Lane 3d376fce8d Change the parser to translate "foo [NOT] IN (expression-list)" to 20 years ago
Tom Lane 8a9acd3c41 Teach predtest.c how to reason about ScalarArrayOpExpr clauses as though 20 years ago
Tom Lane 1b68a88f22 Add missing semicolon. Recent versions of bison seem to choke on this, 20 years ago
Tom Lane da27c0a1ef Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that 20 years ago
Tom Lane a66e2c8885 Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, save 20 years ago
Tom Lane 4c4eb57154 Some marginal additional hacking to shave a few more cycles off 20 years ago
Tom Lane 70f1482de3 Change seqscan logic so that we check visibility of all tuples on a page 20 years ago