| Commit message (Expand) | Author | Age | Files | Lines |
* | Use PostgreSQL's standard declaration for a 32-bit integer to define | Thomas G. Lockhart | 2001-11-06 | 1 | -1/+1 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 44 | -91/+91 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 41 | -71/+109 |
* | Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid | Tom Lane | 2001-10-25 | 1 | -1/+4 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 46 | -196/+161 |
* | Document range restriction on bit values used in INTERVAL typmod. | Tom Lane | 2001-10-23 | 1 | -2/+7 |
* | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane | 2001-10-21 | 1 | -7/+8 |
* | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 3 | -4/+6 |
* | Make selectivity routines cope gracefully with NaNs, infinities, and | Tom Lane | 2001-10-13 | 1 | -1/+2 |
* | Add missing prototype to suppress gcc warning. | Tom Lane | 2001-10-13 | 1 | -1/+2 |
* | Fix ruleutils to depend on format_type, rather than having a private | Tom Lane | 2001-10-08 | 1 | -1/+2 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 2 | -14/+16 |
* | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 | 2 | -7/+10 |
* | Neatnik fetishism. | Tom Lane | 2001-10-03 | 1 | -2/+2 |
* | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 | 2 | -2/+6 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 | 1 | -49/+51 |
* | Allow the postmaster to accept changes in PGC_BACKEND GUC variables | Tom Lane | 2001-09-30 | 1 | -6/+7 |
* | Cope with the likelihood that setlocale and localeconv will return | Tom Lane | 2001-09-29 | 1 | -2/+8 |
* | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 6 | -56/+64 |
* | Quick-and-dirty fix for recursive plpgsql functions, per bug report from | Tom Lane | 2001-09-21 | 1 | -24/+20 |
* | > Here's a revised patch. Changes: | Bruce Momjian | 2001-09-14 | 1 | -1/+8 |
* | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 | 1 | -1/+4 |
* | - new to_char(interval, text) | Bruce Momjian | 2001-09-06 | 2 | -3/+7 |
* | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 | 1 | -2/+2 |
* | Remove unneeded/unportable extern. | Tom Lane | 2001-08-27 | 1 | -2/+1 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 1 | -2/+2 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 | 1 | -2/+2 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 2 | -25/+28 |
* | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii | 2001-08-15 | 1 | -1/+3 |
* | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane | 2001-08-14 | 2 | -2/+8 |
* | Add comparison operators and btree indexing support for type bytea. | Tom Lane | 2001-08-13 | 1 | -1/+8 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -5/+3 |
* | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut | 2001-08-09 | 1 | -1/+2 |
* | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 1 | -1/+2 |
* | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 | 1 | -9/+23 |
* | > > Put encode() into base system. Used part of Alex' patch | Bruce Momjian | 2001-07-11 | 1 | -1/+3 |
* | Ensure macros are adequately parenthesized. | Tom Lane | 2001-07-10 | 1 | -10/+11 |
* | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 | 1 | -3/+11 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 | 1 | -5/+8 |
* | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 | 2 | -55/+80 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 2 | -2/+20 |
* | Fix badly broken RelationGetRelationName(). | Tom Lane | 2001-06-19 | 1 | -5/+6 |
* | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 | 2 | -7/+9 |
* | Move temprel name define from temprel.h to rel.h. | Bruce Momjian | 2001-06-19 | 2 | -44/+46 |
* | Bring RelationGetRelationName into sync with new temp rel names. | Tom Lane | 2001-06-19 | 1 | -2/+2 |
* | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian | 2001-06-18 | 1 | -2/+2 |
* | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian | 2001-06-18 | 2 | -2/+5 |
* | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian | 2001-06-18 | 1 | -1/+6 |
* | Do some restructuring to improve performance of the catcaches. Teach | Tom Lane | 2001-06-18 | 1 | -31/+33 |
* | Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos... | Tom Lane | 2001-06-17 | 1 | -1/+3 |