| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-12-11 | Make sure that inlined S_UNLOCK is marked as an update of a 'volatile' | Tom Lane | |
| object. This should prevent the compiler from reordering loads and stores into or out of a critical section. | |||
| 2001-12-11 | Repair roundoff-error problem for stddev/variance results near zero, | Tom Lane | |
| per complaint from Kemin Zhou. Fix lack of precision in numeric stddev/variance. | |||
| 2001-12-10 | Suppress subquery pullup and pushdown when the subquery has any | Tom Lane | |
| set-returning functions in its target list. This ensures that we won't rewrite the query in a way that places set-returning functions into quals (WHERE clauses). Cf. bug reports from Joe Conway. | |||
| 2001-12-10 | Declare LWLock pointers as volatile to prevent AIX compiler from | Tom Lane | |
| reordering operations at its whim. Releasing TAS lock before we've finished updating proc structure is uncool. | |||
| 2001-12-10 | Update from Weiping He | Peter Eisentraut | |
| 2001-12-10 | Update from Serguei Mokhov | Peter Eisentraut | |
| 2001-12-10 | AIX 5 needs same resultmap tweaks as AIX 4. | Tom Lane | |
| 2001-12-10 | Repair case-conversion error in to_date's handling of roman numerals. | Tom Lane | |
| From Manuel Sugawara, approved by Karel Zak. | |||
| 2001-12-10 | committed the missing files | Michael Meskes | |
| 2001-12-10 | Revert breakage | Peter Eisentraut | |
| 2001-12-10 | Add French translation | Peter Eisentraut | |
| 2001-12-10 | update | Peter Eisentraut | |
| 2001-12-10 | Add new Japanese FAQ versions. | Bruce Momjian | |
| 2001-12-10 | Remove duplicate lines from previous patch attempt. Trouble with my | Thomas G. Lockhart | |
| DSL line at home broke things right in the middle of an update. :( | |||
| 2001-12-10 | Support ODBC-style CURRENT_TIME, CURRENT_USER, etc with trailing empty | Thomas G. Lockhart | |
| parens. This is not SQL spec syntax, so later we will remove this extension from gram.y. | |||
| 2001-12-09 | Fixed several bugs concerning indicators and added error messages instead of ↵ | Michael Meskes | |
| segfaults. | |||
| 2001-12-09 | Allow variable (unrestricted) precision for TIME and TIMESTAMP types in parser. | Thomas G. Lockhart | |
| 2001-12-09 | Honor the typmod field for time zone intervals. | Thomas G. Lockhart | |
| 2001-12-08 | Fix ecpg to allow pointer to structs. | Michael Meskes | |
| 2001-12-08 | Use PostgreSQL consistantly throughout docs. Before, usage was split evenly | Thomas G. Lockhart | |
| between Postgres and PostgreSQL. | |||
| 2001-12-08 | Update list of currently supported platforms. | Thomas G. Lockhart | |
| Mention SQL9x precision syntax for date/time types. Use PostgreSQL consistantly throughout docs. Before, usage was split evenly between Postgres and PostgreSQL. | |||
| 2001-12-07 | Fix a lo_manage()'s bug. | Hiroshi Inoue | |
| 2001-12-06 | - Removed debug message from preproc.y. | Michael Meskes | |
| - Fixed some bugs in exec sql var and exec sql type command. | |||
| 2001-12-06 | Update TODO list. | Bruce Momjian | |
| 2001-12-05 | Add to java. | Bruce Momjian | |
| 2001-12-05 | Update TODO list. | Bruce Momjian | |
| 2001-12-05 | Update TODO list. | Bruce Momjian | |
| 2001-12-05 | Update TODO list. | Bruce Momjian | |
| 2001-12-05 | Add mention of CREATE TABLE and atttypmod problems. | Bruce Momjian | |
| 2001-12-05 | Update TODO list. | Bruce Momjian | |
| 2001-12-05 | Add mention of aggregates and updates causing problems. | Bruce Momjian | |
| 2001-12-05 | We forgot to mention in README.rtree_gist we implemented new | Bruce Momjian | |
| picksplit algorithm for Rtree. Please apply patch below to CVS Oleg Bartunov | |||
| 2001-12-05 | Attached is the FAQ_MSWIN patch as promised. Hopefully, it is not too | Bruce Momjian | |
| little, too late... Jason Tishler | |||
| 2001-12-05 | Update TODO list. | Bruce Momjian | |
| 2001-12-05 | - Fixed variable handling in AT statement. | Michael Meskes | |
| - Fixed bug that caused segfault when given incorrect DB name. - Fixed bug in ecpglib causing indicator to list the size of the variable instead of the size of the data. | |||
| 2001-12-05 | Update FAQ. | Bruce Momjian | |
| 2001-12-05 | Update FAQ. | Bruce Momjian | |
| 2001-12-05 | Update FAQ. | Bruce Momjian | |
| 2001-12-05 | Fix for usage of spirntf in more portable way. | Tatsuo Ishii | |
| 2001-12-05 | Re-enable SunOS4 port. Replace | Tatsuo Ishii | |
| RTLD_LAZY | RTLD_GLOBAL to 1. It seems sunos4.h was accidentally modified between 7.1 and 7.2. | |||
| 2001-12-04 | Enforce restriction that COPY DELIMITERS string must be exactly one | Tom Lane | |
| character; replace strchr() search with simple comparison to speed up COPY IN. Per discussion in pghackers. | |||
| 2001-12-04 | Change appendStringInfoChar to appendStringInfoCharMacro in a couple of | Tom Lane | |
| hot spots --- buys about 10% in Verner's INSERT example. | |||
| 2001-12-04 | Update possible release date 2001-12-?? | Bruce Momjian | |
| 2001-12-04 | Update HISTORY to current. | Bruce Momjian | |
| 2001-12-04 | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane | |
| to use and significantly faster. This tweak saves 25% (!) of the runtime of COPY IN in a test with 8000-character lines. I wouldn't normally commit a performance improvement this late in the cycle, but 25% got my attention... | |||
| 2001-12-04 | Remove now-dead code for processing CONSTR_UNIQUE nodes in | Tom Lane | |
| AlterTableAddConstraint. Earlier reorganization of the parser's processing of ALTER TABLE means that these node types no longer get here. | |||
| 2001-12-04 | Update FAQ_DEV. | Bruce Momjian | |
| 2001-12-04 | Hi Bruce, here is a first version of the hu.po file for the backend. I | Bruce Momjian | |
| tested it with 7.2b3 and worked fine. Regards, Zoltan | |||
| 2001-12-04 | Suppress data directory access-permissions check when __CYGWIN__, | Tom Lane | |
| per recent pghackers discussions. Improving this should be a TODO for 7.3. | |||
| 2001-12-04 | Fixed dumping of structs without indicators. | Michael Meskes | |
