| Commit message (Expand) | Author | Age | Files | Lines |
* | This adds unary plus capability. No grammar changes, per Tom's request. | Bruce Momjian | 2001-06-07 | 5 | -7/+70 |
* | get_seq_name should truncate name to NAMEDATALEN, so that this works: | Tom Lane | 2001-06-06 | 1 | -2/+21 |
* | Be a little smarter about deciding how many most-common values to save. | Tom Lane | 2001-06-06 | 1 | -13/+104 |
* | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 | 4 | -9/+59 |
* | Correct permissions-checking bugs associated with ancient decision to | Tom Lane | 2001-06-05 | 4 | -98/+153 |
* | Improve planning of OR indexscan plans: for quals like | Tom Lane | 2001-06-05 | 3 | -58/+84 |
* | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane | 2001-06-05 | 15 | -146/+271 |
* | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian | 2001-06-04 | 3 | -7/+136 |
* | Give error message, rather than coredump, for utility statements in | Tom Lane | 2001-06-04 | 1 | -5/+18 |
* | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut | 2001-06-03 | 7 | -1513/+1573 |
* | Accept and output '-Infinity' as well as 'Infinity', per long-ago | Tom Lane | 2001-06-02 | 1 | -5/+22 |
* | Tweak sorting so that nulls appear at the front of a descending sort | Tom Lane | 2001-06-02 | 2 | -126/+132 |
* | Native Language Support (NLS) | Peter Eisentraut | 2001-06-02 | 6 | -5/+11387 |
* | Paranoia about unordered comparisons in IEEE float math. If we are | Tom Lane | 2001-06-02 | 1 | -7/+7 |
* | dllist.c is included in the frontend libpq interface via symlink. | Jan Wieck | 2001-06-02 | 1 | -1/+16 |
* | Check for malloc failure. | Tom Lane | 2001-06-01 | 3 | -51/+18 |
* | Guard against malloc failure. Also, don't examine segP->lastBackend | Tom Lane | 2001-06-01 | 1 | -4/+13 |
* | Check for malloc failure. | Tom Lane | 2001-06-01 | 2 | -4/+11 |
* | If spi.c wants to use malloc, it better test for malloc failure. | Tom Lane | 2001-06-01 | 1 | -7/+17 |
* | New improved version of bpcharin() may have got the truncation case | Tom Lane | 2001-06-01 | 1 | -26/+25 |
* | Remove fastpath.c's lame attempt at caching function lookup info across | Tom Lane | 2001-06-01 | 1 | -97/+30 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 | 11 | -263/+395 |
* | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane | 2001-05-31 | 5 | -251/+703 |
* | RI triggers would fail for datatypes using old-style equal function, | Tom Lane | 2001-05-31 | 1 | -7/+21 |
* | Remove OLD_FILE_NAMING code. No longer used. | Bruce Momjian | 2001-05-30 | 6 | -139/+11 |
* | Tweak StrategyEvaluation data structure to eliminate hardwired limit on | Tom Lane | 2001-05-30 | 8 | -76/+82 |
* | Fix broken $Header$ declaration. | Tom Lane | 2001-05-30 | 1 | -1/+1 |
* | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 | 7 | -41/+35 |
* | These patches should fix check constraints not inheriting | Bruce Momjian | 2001-05-30 | 1 | -1/+32 |
* | Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I | Bruce Momjian | 2001-05-30 | 2 | -5/+211 |
* | Make text <=> char conversion functions convert zero character to and | Tom Lane | 2001-05-28 | 1 | -5/+33 |
* | Fix a message error in utf_to_local | Tatsuo Ishii | 2001-05-28 | 1 | -2/+2 |
* | When using a junkfilter, the output tuple should NOT be stored back into | Tom Lane | 2001-05-27 | 2 | -12/+35 |
* | Cause ExecCountSlots() accounting to bear some relationship to reality. | Tom Lane | 2001-05-27 | 7 | -15/+15 |
* | Fix eqjoinsel() to make use of new statistics. | Tom Lane | 2001-05-27 | 1 | -41/+201 |
* | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 | 10 | -70/+88 |
* | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 | 5 | -196/+10 |
* | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 | 5 | -10/+196 |
* | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian | 2001-05-24 | 4 | -17/+96 |
* | I found the answer to this: the partition had filled up, and so the problem | Bruce Momjian | 2001-05-22 | 1 | -2/+2 |
* | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut | 2001-05-22 | 5 | -102/+49 |
* | The Watcom preprocessor adds a space at the start of each line. Therefore | Bruce Momjian | 2001-05-22 | 1 | -2/+2 |
* | Print error on SELECT tab FROM tab: | Bruce Momjian | 2001-05-21 | 2 | -2/+8 |
* | Make char(n) and varchar(n) types raise an error if the inserted string is | Peter Eisentraut | 2001-05-21 | 1 | -103/+144 |
* | Enhancement of SPI to get access to portals | Jan Wieck | 2001-05-21 | 2 | -12/+317 |
* | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 | 21 | -1117/+1046 |
* | Make sure fmgr_info() fills in fn_oid last, so that no partially | Peter Eisentraut | 2001-05-19 | 1 | -13/+22 |
* | Allow special '$libdir' macro to show up in object file path in CREATE | Peter Eisentraut | 2001-05-19 | 1 | -59/+60 |
* | Comment additions in parser. | Bruce Momjian | 2001-05-19 | 1 | -5/+9 |
* | Move ParserFuncOrColumn function higher in the file. | Bruce Momjian | 2001-05-19 | 1 | -131/+131 |