aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Generate correct syntax for DROP OPERATOR with unary operators.Tom Lane2001-10-22
* Add ecpg items to HISTORY file.Bruce Momjian2001-10-22
* Make the CREATE TABLE ref page more readable and update some information.Peter Eisentraut2001-10-22
* synced preproc.y with gram.yMichael Meskes2001-10-22
* Fix FindExec() for case where executable is found via a relative pathTom Lane2001-10-21
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-21
* Revert change to autodetect '__getopt_initialized' variable ... turnsTom Lane2001-10-20
* Change LIMIT #,# error message to be more generic.Bruce Momjian2001-10-20
* Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian2001-10-20
* Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart2001-10-20
* Fix plperl to discard cached function definition after CREATE ORTom Lane2001-10-19
* Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane2001-10-19
* Fix a lot of confusion between typlen and typmod. Didn't hurt too muchTom Lane2001-10-19
* Set optreset on platforms that have it before launching postmasterTom Lane2001-10-19
* Ensure that all startup paths (postmaster, standalone postgres, orTom Lane2001-10-19
* Rename macro arg to avoid useless compiler warning when building plperl.Tom Lane2001-10-19
* Without this patch I couldn't compile PostgreSQL on Solaris 8 x86 usingBruce Momjian2001-10-19
* > This stops the interface from leaking the row tuples (and thus theBruce Momjian2001-10-19
* Update TODO list.Bruce Momjian2001-10-19
* removed "not fully implemented" warning for nullifMichael Meskes2001-10-19
* Change SC_fetch() to not retrieve data in case theHiroshi Inoue2001-10-19
* Fix pltcl to update cached function def afterTom Lane2001-10-19
* Update TODO list.Bruce Momjian2001-10-19
* Typo.Tom Lane2001-10-19
* Move init_ps_display from postgres.c to postmaster.c, putting itTom Lane2001-10-19
* Spell 'between' correctly, clean up spacing in error messages.Tom Lane2001-10-18
* Fix memory leakage when sending notice messages to client.Tom Lane2001-10-18
* Fix authentication so that it doesn't record an extra 'PasswordTom Lane2001-10-18
* Add STATUS_EOF value needed for auth.c. Remove a bunch of unusedTom Lane2001-10-18
* Fix several problems with simple_prompt() --- the nastiest being thatTom Lane2001-10-18
* Change error code docs to use colons.Bruce Momjian2001-10-18
* Document all the ecpg error codes.Bruce Momjian2001-10-18
* Update for new expected results.Tom Lane2001-10-18
* Didn't compile on non-HAVE_TM_ZONE machines.Tom Lane2001-10-18
* Repair missing brace in HAVE_INT_TIMEZONE case.Tom Lane2001-10-18
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Extend code that deduces implied equality clauses to detect whether aTom Lane2001-10-18
* Added Lee Kindness' patches.Michael Meskes2001-10-18
* Update file for pgcrypto.Bruce Momjian2001-10-17
* Add documentation about statistics collector and stats views & functions.Tom Lane2001-10-16
* Make sure to clean out old activity string when recycling a backend entry.Tom Lane2001-10-16
* Use LEFT JOIN, not FULL JOIN, in statistical views.Tom Lane2001-10-16
* Updated the list of encodings supported to match what the backend now supportsBarry Lind2001-10-16
* Added some additional comments in the codeBarry Lind2001-10-16
* Python handle as string all int8 values from postgresql. This could beBruce Momjian2001-10-16
* Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii2001-10-16
* Add a section about the planner's statistics, including a descriptionTom Lane2001-10-16
* Add note about pg_stats to pg_statistic entry; add sections forTom Lane2001-10-15
* Doesn't anyone test stuff before they commit it?Tom Lane2001-10-15
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-15