Commit Graph

11062 Commits (970a2d1c91b4e4e1d81516ebc8802f1dfcf11622)
 

Author SHA1 Message Date
Tom Lane 970a2d1c91 Rebuild cached function definition after CREATE OR REPLACE FUNCTION. 25 years ago
Tom Lane b2e859a4fe Generate correct syntax for DROP OPERATOR with unary operators. 25 years ago
Bruce Momjian b5ab19a610 Add ecpg items to HISTORY file. 25 years ago
Peter Eisentraut f08c9ff84b Make the CREATE TABLE ref page more readable and update some information. 25 years ago
Michael Meskes e97fe98c36 synced preproc.y with gram.y 25 years ago
Tom Lane 6ec5eaad3b Fix FindExec() for case where executable is found via a relative path 25 years ago
Tom Lane b2e92a712e Fix getopt-vs-init_ps_display problem by copying original argv[] info, 25 years ago
Tom Lane 2b7206a993 Revert change to autodetect '__getopt_initialized' variable ... turns 25 years ago
Bruce Momjian bb8f8e6279 Change LIMIT #,# error message to be more generic. 25 years ago
Bruce Momjian f363b3177d Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. 25 years ago
Thomas G. Lockhart 424d9389d6 Fix transposed arguments for typmod for one INTERVAL production. 25 years ago
Tom Lane 3a484d9e99 Fix plperl to discard cached function definition after CREATE OR 25 years ago
Tom Lane 379268aa62 Proper fix for glibc getopt() botch. Surprising we did not see this 25 years ago
Tom Lane 58f6b951c2 Fix a lot of confusion between typlen and typmod. Didn't hurt too much 25 years ago
Tom Lane 861a679fc1 Set optreset on platforms that have it before launching postmaster 25 years ago
Tom Lane 6430e6e283 Ensure that all startup paths (postmaster, standalone postgres, or 25 years ago
Tom Lane 3d510653a4 Rename macro arg to avoid useless compiler warning when building plperl. 25 years ago
Bruce Momjian 2e65523f4f Without this patch I couldn't compile PostgreSQL on Solaris 8 x86 using 25 years ago
Bruce Momjian ece1b67f54 > This stops the interface from leaking the row tuples (and thus the 25 years ago
Bruce Momjian 9590249e14 Update TODO list. 25 years ago
Michael Meskes a535cd1f8b removed "not fully implemented" warning for nullif 25 years ago
Hiroshi Inoue 8c3cb43bac Change SC_fetch() to not retrieve data in case the 25 years ago
Tom Lane abbc95e5c6 Fix pltcl to update cached function def after 25 years ago
Bruce Momjian efd72ce376 Update TODO list. 25 years ago
Tom Lane 6b5aeb797f Typo. 25 years ago
Tom Lane eb133197b6 Move init_ps_display from postgres.c to postmaster.c, putting it 25 years ago
Tom Lane 9047292725 Spell 'between' correctly, clean up spacing in error messages. 25 years ago
Tom Lane 43568d11ad Fix memory leakage when sending notice messages to client. 25 years ago
Tom Lane aed378e8d1 Fix authentication so that it doesn't record an extra 'Password 25 years ago
Tom Lane 13e467f74f Add STATUS_EOF value needed for auth.c. Remove a bunch of unused 25 years ago
Tom Lane 4fec55af6c Fix several problems with simple_prompt() --- the nastiest being that 25 years ago
Bruce Momjian f5a5b44c4d Change error code docs to use colons. 25 years ago
Bruce Momjian 278669e038 Document all the ecpg error codes. 25 years ago
Tom Lane b522ce0bcf Update for new expected results. 25 years ago
Tom Lane f9b6583747 Didn't compile on non-HAVE_TM_ZONE machines. 25 years ago
Tom Lane 369c9e3b6c Repair missing brace in HAVE_INT_TIMEZONE case. 25 years ago
Thomas G. Lockhart 9310075a13 Accept an INTERVAL argument for SET TIME ZONE per SQL99. 25 years ago
Tom Lane 6254465d06 Extend code that deduces implied equality clauses to detect whether a 25 years ago
Michael Meskes 5045004958 Added Lee Kindness' patches. 25 years ago
Bruce Momjian f8bcf12ed9 Update file for pgcrypto. 25 years ago
Tom Lane 8be02853b8 Add documentation about statistics collector and stats views & functions. 25 years ago
Tom Lane b207081056 Make sure to clean out old activity string when recycling a backend entry. 25 years ago
Tom Lane 70e6003c76 Use LEFT JOIN, not FULL JOIN, in statistical views. 25 years ago
Barry Lind bf737b859f Updated the list of encodings supported to match what the backend now supports 25 years ago
Barry Lind f50793c743 Added some additional comments in the code 25 years ago
Bruce Momjian 076026bba9 Python handle as string all int8 values from postgresql. This could be 25 years ago
Tatsuo Ishii cfe01796e6 Ok, here is the modified encoding table (column1 is the standard name, 25 years ago
Tom Lane 2bb6b98d5c Add a section about the planner's statistics, including a description 25 years ago
Tom Lane daf72bba91 Add note about pg_stats to pg_statistic entry; add sections for 25 years ago
Tom Lane e158670c1f Doesn't anyone test stuff before they commit it? 25 years ago