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