Commit Graph

521 Commits (c36e598ecb7a929bcffd93717bb3301c85acd079)

Author SHA1 Message Date
Thomas G. Lockhart e160fcd696 Use PostgreSQL's standard declaration for a 32-bit integer to define 25 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Tom Lane a0cd991987 Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 2628d9b3a4 Document range restriction on bit values used in INTERVAL typmod. 25 years ago
Tom Lane b2e92a712e Fix getopt-vs-init_ps_display problem by copying original argv[] info, 25 years ago
Thomas G. Lockhart 9310075a13 Accept an INTERVAL argument for SET TIME ZONE per SQL99. 25 years ago
Tom Lane e482dcb0a4 Make selectivity routines cope gracefully with NaNs, infinities, and 25 years ago
Tom Lane 58dc94abac Add missing prototype to suppress gcc warning. 25 years ago
Tom Lane 1c7bef32b4 Fix ruleutils to depend on format_type, rather than having a private 25 years ago
Tom Lane 85801a4dbd Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 25 years ago
Tom Lane 8a52b893b3 Further cleanup of dynahash.c API, in pursuit of portability and 25 years ago
Tom Lane a390975cc1 Neatnik fetishism. 25 years ago
Thomas G. Lockhart 3e1beda2cd Implement precision support for timestamp and time, both with and without 25 years ago
Tom Lane 5999e78fc4 Another round of cleanups for dynahash.c (maybe it's finally clean of 25 years ago
Tom Lane f00da6d841 Allow the postmaster to accept changes in PGC_BACKEND GUC variables 25 years ago
Tom Lane 8ca61476e0 Cope with the likelihood that setlocale and localeconv will return 25 years ago
Thomas G. Lockhart 6f58115ddd Measure the current transaction time to milliseconds. 25 years ago
Tom Lane ae3129fd03 Quick-and-dirty fix for recursive plpgsql functions, per bug report from 25 years ago
Bruce Momjian c1fbf06654 > Here's a revised patch. Changes: 25 years ago
Tatsuo Ishii 227767112c Commit Karel's patch. 25 years ago
Bruce Momjian 2a34134b6c - new to_char(interval, text) 25 years ago
Tom Lane 6c91eef7b7 Fix handling of pg_type.typdefault per bug report from Dave Blasby. 25 years ago
Tom Lane 5163394659 Remove unneeded/unportable extern. 25 years ago
Tom Lane bc7d37a525 Transaction IDs wrap around, per my proposal of 13-Aug-01. More 25 years ago
Tom Lane 7326e78c42 Ensure that all TransactionId comparisons are encapsulated in macros 25 years ago
Tom Lane f933766ba7 Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 25 years ago
Tatsuo Ishii ab9b6c45cf Add conver/convert2 functions. They are similar to the SQL99's convert. 25 years ago
Tom Lane 5f7c2bdb53 sum() on int2 and int4 columns now uses an int8, not numeric, accumulator 25 years ago
Tom Lane 95f8901a96 Add comparison operators and btree indexing support for type bytea. 25 years ago
Tom Lane bf56f0759b Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 25 years ago
Peter Eisentraut 2e57875b97 Use format_type sibling in backend error messages, so the user sees 25 years ago
Tom Lane f31dc0ada7 Partial indexes work again, courtesy of Martijn van Oosterhout. 25 years ago
Tom Lane b9f3a929ee Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the 25 years ago
Bruce Momjian 7771436e18 > > Put encode() into base system. Used part of Alex' patch 25 years ago
Tom Lane b1f10c84dc Ensure macros are adequately parenthesized. 25 years ago
Tom Lane af5ced9cfd Further work on connecting the free space map (which is still just a 25 years ago
Tom Lane e0c9301c87 Install infrastructure for shared-memory free space map. Doesn't actually 25 years ago
Tom Lane 4d58a7ca87 Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, 25 years ago
Jan Wieck 8d80b0d980 Statistical system views (yet without the config stuff, but 25 years ago
Tom Lane 8c30aca2ba Fix badly broken RelationGetRelationName(). 25 years ago
Tom Lane bbbc00af88 Clean up some longstanding problems in shared-cache invalidation. 25 years ago
Bruce Momjian d9a069e224 Move temprel name define from temprel.h to rel.h. 25 years ago
Tom Lane d47e10bfde Bring RelationGetRelationName into sync with new temp rel names. 25 years ago
Bruce Momjian 558fae16e3 The attached patch enables the contrib subtree to build cleanly under 25 years ago
Bruce Momjian 7dac778561 Add GUC setting for Australian timezones. Uses new GUC boolean callback 25 years ago
Bruce Momjian 49ce6fff1d Allow removal of system-named pg_* temp tables. Rename temp file/dir as 25 years ago
Tom Lane 2c5aa2acb4 Do some restructuring to improve performance of the catcaches. Teach 25 years ago
Tom Lane 1f1ca182be Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilosoft.com>. 25 years ago