| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -28/+30 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -85/+208 |
| * | Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bug | Peter Eisentraut | 2001-09-19 | 1 | -4/+4 |
| * | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 | 1 | -9/+8 |
| * | Allow default transaction isolation level (a.k.a. set session | Peter Eisentraut | 2001-06-30 | 1 | -78/+4 |
| * | Extend GUC concepts of parse_hook and assign_hook to all four supported | Tom Lane | 2001-06-12 | 1 | -3/+5 |
| * | reset all: command line and .conf options change defaults | Bruce Momjian | 2001-06-07 | 1 | -19/+39 |
| * | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut | 2001-05-08 | 1 | -1/+3 |
| * | Rename 'random_seed' back to 'seed'. | Peter Eisentraut | 2001-03-29 | 1 | -4/+4 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -61/+62 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -7/+8 |
| * | Fix breakage I introduced yesterday in MULTIBYTE compilations. | Tom Lane | 2000-10-26 | 1 | -1/+9 |
| * | Support SET/SHOW/RESET client_encoding and server_encoding even when | Tom Lane | 2000-10-25 | 1 | -18/+112 |
| * | SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases. | Tom Lane | 2000-09-22 | 1 | -8/+13 |
| * | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane | 2000-08-01 | 1 | -3/+3 |
| * | Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel. | Thomas G. Lockhart | 2000-07-14 | 1 | -2/+73 |
| * | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut | 2000-06-22 | 1 | -53/+4 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -7/+7 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 1 | -2/+50 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -728/+64 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -15/+16 |
| * | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart | 2000-04-07 | 1 | -1/+42 |
| * | Add safety check on expression nesting depth. Default value is set by | Tom Lane | 2000-03-17 | 1 | -1/+47 |
| * | Looks like I broke SET variable = DEFAULT awhile ago. Ooops. | Tom Lane | 2000-02-27 | 1 | -3/+9 |
| * | Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. | Tom Lane | 2000-02-19 | 1 | -116/+165 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -135/+497 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -27/+24 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -2/+2 |
| * | Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. | Bruce Momjian | 1999-09-27 | 1 | -1/+36 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -4/+7 |
| * | Fix spelling of variable name. | Bruce Momjian | 1999-07-07 | 1 | -5/+5 |
| * | Fix misspelling. | Bruce Momjian | 1999-07-07 | 1 | -5/+5 |
| * | Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN | Bruce Momjian | 1999-06-17 | 1 | -64/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -29/+31 |
| * | Enable bushy and right-hand queries by default. | Bruce Momjian | 1999-02-18 | 1 | -55/+1 |
| * | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 | 1 | -1/+63 |
| * | Get rid of some minor compiler warnings. | Tom Lane | 1998-10-26 | 1 | -7/+8 |
| * | New QUERY_LIMIT set command. | Bruce Momjian | 1998-10-14 | 1 | -7/+96 |
| * | Clean up minor gcc warning about lack of reset_r_plans prototype. | Tom Lane | 1998-10-08 | 1 | -2/+2 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -17/+39 |
| * | [Part #1: Type: text/plain, Encoding: 7bit, Size: 59] | Bruce Momjian | 1998-09-03 | 1 | -1/+49 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -5/+5 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 | 1 | -50/+2 |
| * | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 | 1 | -1/+4 |
| * | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 | 1 | -7/+7 |
| * | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 | 1 | -1/+57 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -3/+1 |