| Commit message (Expand) | Author | Age |
* | Reimplement alternative database locations with symlinks. No changes in | Peter Eisentraut | 2000-11-08 |
* | CLUSTER did no permissions checking, forsooth ... | Tom Lane | 2000-11-08 |
* | Enable fallback to string type when argument(s) are of UNKNOWN type. | Thomas G. Lockhart | 2000-11-07 |
* | This somehow gets moot. Is there a way to make gcc reject those comments? | Bruce Momjian | 2000-11-07 |
* | DropErrorMsg() died with assert failure if try to drop a toast table... | Tom Lane | 2000-11-07 |
* | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut | 2000-11-06 |
* | Fix INTERVAL output when year/month has different sign as day/hour etc. | Thomas G. Lockhart | 2000-11-06 |
* | Implement AT TIME ZONE SQL9x syntax. | Thomas G. Lockhart | 2000-11-06 |
* | Allow type resolution for UNKNOWN arguments to functions to fall back to | Thomas G. Lockhart | 2000-11-06 |
* | New CHECKPOINT command. | Vadim B. Mikheev | 2000-11-05 |
* | UNION select in a CREATE RULE caused a weird error, because transformRuleStmt | Tom Lane | 2000-11-05 |
* | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane | 2000-11-05 |
* | Make PROCEDURAL optional in CREATE/DROP LANGUAGE. | Bruce Momjian | 2000-11-04 |
* | This patch should allow primary/foreign key | Bruce Momjian | 2000-11-04 |
* | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut | 2000-11-04 |
* | Minor code cleanups, make in_group() check faster. | Tom Lane | 2000-11-03 |
* | Fix bug reported by bobson: aclinsert3 would delete the 'world' entry | Tom Lane | 2000-11-03 |
* | pg_variable is not used in WAL version now. | Vadim B. Mikheev | 2000-11-03 |
* | Improve inv_getsize() per suggestion from Denis Perchine; also fix | Tom Lane | 2000-11-02 |
* | Peter forgot to fix {operator} rule to match modified definition of | Tom Lane | 2000-11-02 |
* | Add runtime configuration options to control permission bits and group | Peter Eisentraut | 2000-11-01 |
* | Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed. | Vadim B. Mikheev | 2000-11-01 |
* | Fix recovery cache code (thanks to Peter Eisentraut for | Vadim B. Mikheev | 2000-10-31 |
* | This is the minimal version of the Darwin support patch from | Peter Eisentraut | 2000-10-31 |
* | Change internal string representation of BitString node to include a | Peter Eisentraut | 2000-10-31 |
* | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut | 2000-10-31 |
* | Disallow zero-length delimited identifier (per SQL). | Peter Eisentraut | 2000-10-30 |
* | Add support for code conversion between Unicode and other encodings. | Tatsuo Ishii | 2000-10-30 |
* | include pg_wchar.h to import a fucntion prototype of pg_mbcliplen | Tatsuo Ishii | 2000-10-30 |
* | WAL fixes. | Vadim B. Mikheev | 2000-10-29 |
* | Remove special treatment of '|' operator, in the spirit of "sane" binary | Peter Eisentraut | 2000-10-29 |
* | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut | 2000-10-29 |
* | #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp | Peter Eisentraut | 2000-10-28 |
* | Make initdb safe against using | Peter Eisentraut | 2000-10-28 |
* | Back out change to gram.y for parens. | Bruce Momjian | 2000-10-28 |
* | beos fixes from Cyril VELTER | Bruce Momjian | 2000-10-28 |
* | WAL | Vadim B. Mikheev | 2000-10-28 |
* | Okay, here's my attempt at fixing the problems with parentheses in | Bruce Momjian | 2000-10-28 |
* | Add --version and --help options to "postgres". | Peter Eisentraut | 2000-10-28 |
* | Remove gcc-only macro definition | Tatsuo Ishii | 2000-10-27 |
* | Disallow bits beyond the mask length for CIDR values, per discussion | Tom Lane | 2000-10-27 |
* | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 |
* | Fix breakage I introduced yesterday in MULTIBYTE compilations. | Tom Lane | 2000-10-26 |
* | Clean up gcc warnings in MULTIBYTE mode. | Tom Lane | 2000-10-26 |
* | Clean up broken test for whether to wait for input in SSL case. | Tom Lane | 2000-10-25 |
* | Ensure clause_selectivity() behaves sanely when examining an uplevel Var | Tom Lane | 2000-10-25 |
* | Support SET/SHOW/RESET client_encoding and server_encoding even when | Tom Lane | 2000-10-25 |
* | Minor cleanup. | Tom Lane | 2000-10-25 |
* | Accept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even when MULTIBYTE | Tom Lane | 2000-10-25 |
* | Check for SIGHUP and process config file updates just after waiting | Tom Lane | 2000-10-24 |