Commit Graph

2506 Commits (30856a390457682db4f8577e9f5a7f8521839c6f)
 

Author SHA1 Message Date
Bruce Momjian 30856a3904 copy query cleanup. 28 years ago
Bruce Momjian 72c296dffc Remove init_query_planner(), merged into planner(). 28 years ago
Bruce Momjian e9182152ec Fix copy for no aggregates. 28 years ago
Bruce Momjian 6a45941f2f Remove Existential, and ifdef out generate_fjoin. Neither did anything. 28 years ago
Bruce Momjian 4469eb63a3 Cost cleanup. 28 years ago
Bruce Momjian d3f0e87d17 Cost cleanup. 28 years ago
Bruce Momjian 6b00ec3713 Cleanup of agg copy. 28 years ago
Bruce Momjian bf9c9f716c Cleanup of agg copy. 28 years ago
Bruce Momjian c64cc3228a Fix Query handling for inheritance, and cost computations. 28 years ago
Thomas G. Lockhart d451a3b3bc Enable timespan_finite() and text_timespan() routines (was commented out). 28 years ago
Thomas G. Lockhart 5af05c0a59 Move declarations for timespan2tm() and tm2timespan() from dt.c to here. 28 years ago
Bruce Momjian 5266471a2f Rename Query label so ctags finds real structure. 28 years ago
Bruce Momjian d158fce8eb Add optimizer README file. 28 years ago
Marc G. Fournier 542d4e528d First pass through, of many to come, towards making the whole source 28 years ago
Marc G. Fournier 9ef6b32c47 Makefile cleaned up 28 years ago
Marc G. Fournier e2d9501094 Clean up the Makefiles 28 years ago
Marc G. Fournier ceabf8cab9 Make it entirely possible for PORTNAME to be undefined 28 years ago
Marc G. Fournier 6bdcad66e4 Add recognition for 'machten' 28 years ago
Thomas G. Lockhart b31df3ebb7 Mention PST8PDT explicitly in the banner message (rather than PST/PDT). 28 years ago
Thomas G. Lockhart 6316f4d3db Define text, varchar, and bpchar string length functions. 28 years ago
Thomas G. Lockhart 6873af55cf Use MAXPGPATH to declare size of socket name storage. 28 years ago
Thomas G. Lockhart 8de20a3aed Use environment variable PGDATESTYLE on backend startup to initialize 28 years ago
Thomas G. Lockhart a58825a467 Add declarations for text, bpchar, and varchar length functions. 28 years ago
Thomas G. Lockhart 3551ee097f Add declarations for text, bpchar, and varchar length functions. 28 years ago
Thomas G. Lockhart 331a163693 Allow multiple-argument functions in constraint clauses. 28 years ago
Thomas G. Lockhart 640fe03bcf Improve (well, ok, fix) generated constraint name for column CHECK clause. 28 years ago
Bruce Momjian eb825d356e Fix order of keywords, must be alphabetical. 28 years ago
Bruce Momjian 0f1802f00c Fix for user password packet processing, from Goran Thyni. 28 years ago
Bruce Momjian ab179d6940 Make password null on startup. 28 years ago
Bruce Momjian c60f70b53f Rename pg_plan and pg_eval to be more meaningful. 28 years ago
Bruce Momjian 645cc13276 Remove PGDATA setting and use DataDir. 28 years ago
Bruce Momjian b69359e2d7 Spark/Linux patch for locking, from Tom Szybist 28 years ago
Marc G. Fournier da72b903ff Major code cleanup following the pg_password insertion... 28 years ago
Thomas G. Lockhart 405740ace6 Include informational messages added for implicit index creation. 28 years ago
Thomas G. Lockhart 2ac4cf5502 Add information message about implicitly created indices. 28 years ago
Thomas G. Lockhart a440f8e3d7 Remove trailing period from an elog message. 28 years ago
Bruce Momjian 53026db75e More VARHDRSZ additions. 28 years ago
Marc G. Fournier bec35da8bf Add error check on getenv("DATADIR") 28 years ago
Bruce Momjian a68a132a6c Add VARHDRSZ where needed. Many places just used 4. 28 years ago
Thomas G. Lockhart 1932d92161 Allow logging of output to syslog or /tmp/postgres.log. 28 years ago
Thomas G. Lockhart d358456ca3 Add test for multi-character char(). 28 years ago
Bruce Momjian 5a5cb30096 Fix tolower loops to go in proper direction for cache. 28 years ago
Marc G. Fournier 84fc5c4aed I found one other change that I would like to make to the 28 years ago
Thomas G. Lockhart 733f2a43cc Change constraint syntax to SQL92 style. 28 years ago
Thomas G. Lockhart 5d7c9119fa Define USE_GERMAN_DATES for use in date/time I/O functions. 28 years ago
Thomas G. Lockhart dc88e795d1 Change Constraint structure to be a full node structure. 28 years ago
Thomas G. Lockhart 77356a7fc1 Add Constraint node type. 28 years ago
Thomas G. Lockhart 352b36877f Add 'GERMAN' style to date/time output. 28 years ago
Thomas G. Lockhart d7e0e61d84 Run through toupper() conversion in the forward direction. 28 years ago
Thomas G. Lockhart 6ad698c928 Add some printing capability for a few more node types (CreateStmt, 28 years ago