Commit Graph

21597 Commits (73f47aa0cdccbca29ef99f8e045f8eb5448e2a11)
 

Author SHA1 Message Date
Teodor Sigaev 73f47aa0cd Fix stupid bug with sizeof 20 years ago
Tom Lane a615acf555 Arrange for read-only accesses to SLRU page buffers to take only a shared 20 years ago
Tom Lane 953208a34c In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo 20 years ago
Tom Lane 974c5a8730 ecpg/pgtypeslib seems to need snprintf.c pulled in, too. 20 years ago
Tom Lane 0d2aad85d8 Put undef's before extern declarations that need 'em, per Andrew Dunstan. 20 years ago
Bruce Momjian ef31c2bf2e Add comment on why pg *printf functions are used unconditionally on 20 years ago
Tom Lane e0e7589169 Make Win32 build use our port/snprintf.c routines, instead of depending 20 years ago
Tom Lane 1daac8e165 Document return-value conventions used by this implementation, per 20 years ago
Teodor Sigaev e8c81e179e Improve word parser. 20 years ago
Tom Lane 8cb4e4f6bd Add regression test to see if the min/max values of int8 convert correctly. 20 years ago
Tom Lane 3311c7669a Fix a rather sizable number of problems in our homegrown snprintf, such as 20 years ago
Bruce Momjian 99552287e1 Update: 20 years ago
Bruce Momjian 8752479dfc Add: 20 years ago
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