Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Only use ld -R flag in UW 7.1*, since it's new. | Peter Eisentraut | 2000-11-08 | |
| | ||||
* | Fix 'soname's for various platforms, so that libpq.so.2.0 is considered | Peter Eisentraut | 2000-11-08 | |
| | | | | compatible with libpq.so.2.1, etc. | |||
* | Add dependencies required for parallel make | Peter Eisentraut | 2000-11-08 | |
| | ||||
* | Dump identity of alternative location, if any. | Peter Eisentraut | 2000-11-08 | |
| | ||||
* | Add '-c name=val' flag for setting run-time parameters. | Peter Eisentraut | 2000-11-08 | |
| | ||||
* | Reimplement alternative database locations with symlinks. No changes in | Peter Eisentraut | 2000-11-08 | |
| | | | | user interface. | |||
* | 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 | |
| | | | | | | | Same code exactly as for function resolution. An obvious example is for select '1' = '01'; which used to throw an error and which now resolves to two text strings. | |||
* | This somehow gets moot. Is there a way to make gcc reject those comments? | Bruce Momjian | 2000-11-07 | |
| | | | | Andreas | |||
* | Undo incorrectly committed Makefile. | Michael Meskes | 2000-11-07 | |
| | ||||
* | Third try. Sorry, I had a wrong path in my copy statement. | Michael Meskes | 2000-11-07 | |
| | ||||
* | Added more patches by Cristif Petig. | Michael Meskes | 2000-11-07 | |
| | ||||
* | Update for new results. | Tom Lane | 2000-11-07 | |
| | ||||
* | DropErrorMsg() died with assert failure if try to drop a toast table... | Tom Lane | 2000-11-07 | |
| | | | | mea culpa... | |||
* | Update geometry for FreeBSD 4.1 (same as 4.0) | Peter Eisentraut | 2000-11-06 | |
| | ||||
* | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut | 2000-11-06 | |
| | | | | | to work everywhere. Also, on FreeBSD you need to set the optreset variable to 1 before parsing the command line a second time with getopt(). | |||
* | Fix GNU make detection. | Peter Eisentraut | 2000-11-06 | |
| | | | | | | (The test 'make --version' with FreeBSD make (and potentially others) would just reinvoke make on the same Makefile, resulting in an infinite loop.) | |||
* | Add explicit ORDER BYs in a couple of cases --- seems to be necessary | Tom Lane | 2000-11-06 | |
| | | | | to get platform-independent results. | |||
* | I think Thomas missed an update here... | Tom Lane | 2000-11-06 | |
| | ||||
* | Back out aix makefile patch. | Bruce Momjian | 2000-11-06 | |
| | ||||
* | Makefile.ports (copied from makefiles/Makefile.aix) is included before | Bruce Momjian | 2000-11-06 | |
| | | | | | | | the default target in GNUmakefile is reached. This patch calls that default target. Pete Forman | |||
* | Add support for AT TIME ZONE syntax. | Thomas G. Lockhart | 2000-11-06 | |
| | ||||
* | Add tests for more INTERVAL syntax. | Thomas G. Lockhart | 2000-11-06 | |
| | | | | | | Add more tests for JOIN syntax. All tests pass on my Linux box (except for the usual couple of lines for geometry). | |||
* | Add functions to support AT TIME ZONE syntax. | Thomas G. Lockhart | 2000-11-06 | |
| | | | | Update catalog version to today. | |||
* | Fix INTERVAL output when year/month has different sign as day/hour etc. | Thomas G. Lockhart | 2000-11-06 | |
| | | | | | | | | | | | | | | Previously, all fields were unsigned, with only a trailing "ago" to indicate negative intervals. Now, ISO format does not use "ago", and and the traditional PostgreSQL format has the first numeric field unsigned with "ago" supporting that field. So "1 month - 2 days ago" is two days less than a month in the past. Fix interval arithmetic across daylight savings time boundaries. Previously, most math across boundaries introduced a one hour offset. Allow some date/time functions to return NULL if called with NULL args. Implement functions for AT TIME ZONE support. Support "SAT" as an Australian time zone if USE_AUSTRALIAN_RULES is defined. | |||
* | Implement AT TIME ZONE SQL9x syntax. | Thomas G. Lockhart | 2000-11-06 | |
| | | | | AT is now a keyword but is not a reserved word. | |||
* | Allow type resolution for UNKNOWN arguments to functions to fall back to | Thomas G. Lockhart | 2000-11-06 | |
| | | | | | | | any available string type. Previously, all candidate choices must have fallen within the same "type category" for PostgreSQL to be willing to choose any of them. Need to apply the same fixup to operator type resolution. | |||
* | New CHECKPOINT command. | Vadim B. Mikheev | 2000-11-05 | |
| | | | | | Auto removing of offline log files and creating new file at checkpoint time. | |||
* | Add some configure checks for DocBook and related tools. With a somewhat | Peter Eisentraut | 2000-11-05 | |
| | | | | | standard installation layout it should be possible to build the HTML and print documentation without additional manual setup. | |||
* | UNION select in a CREATE RULE caused a weird error, because transformRuleStmt | Tom Lane | 2000-11-05 | |
| | | | | | got confused by 'dummy' targetlist built for the UNION's toplevel query. Fix by making dummy targetlist a little less cheesy. | |||
* | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane | 2000-11-05 | |
| | | | | | | the grammar did not allow redundant parentheses around sub-selects. Distinguish LIMIT ALL from LIMIT 0; make the latter behave as one would expect. | |||
* | Make PROCEDURAL optional in CREATE/DROP LANGUAGE. | Bruce Momjian | 2000-11-04 | |
| | ||||
* | This patch should allow primary/foreign key | Bruce Momjian | 2000-11-04 | |
| | | | | | | | definitions using inherited columns in the create table statement. Stephan Szabo | |||
* | Remove .SECONDARY: target again, because GNU make 3.78.1 will get mighty | Peter Eisentraut | 2000-11-04 | |
| | | | | | | confused in src/interfaces/libpq for some reason. Seemingly, different GNU make versions have several mutually conflicting problems with implicit rule chains. Words are not sufficient... | |||
* | Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++ | Peter Eisentraut | 2000-11-04 | |
| | | | | | compilers from different providers. (Especially important since the C++ compiler that goes with your favourite C compiler might not work.) | |||
* | Put -Ae into CC not CFLAGS, since it's not optional. | Peter Eisentraut | 2000-11-04 | |
| | ||||
* | This is no longer used since we have the 'resultmap'. | Peter Eisentraut | 2000-11-04 | |
| | ||||
* | Since the backend now handles relative PGDATA, initdb doesn't have to work | Peter Eisentraut | 2000-11-04 | |
| | | | | around anymore. | |||
* | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut | 2000-11-04 | |
| | | | | it to an absolute path. | |||
* | Fix for missing EUC_TW encoding | Tatsuo Ishii | 2000-11-04 | |
| | ||||
* | outdated and obsolete | Peter Eisentraut | 2000-11-03 | |
| | ||||
* | Add global .SECONDARY: target to not allow make to delete intermediate | Peter Eisentraut | 2000-11-03 | |
| | | | | | | target files in implicit rule chains. That might have been a cool idea but it seems to be too buggy to work, as it caused spurious recompiles in several places. | |||
* | 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 | |
| | | | | | from an ACL list if it had no permissions remaining, which confused aclcheck terribly. Also clean up code a little. | |||
* | Add configure check to see whether <string.h> and <strings.h> may both be | Peter Eisentraut | 2000-11-03 | |
| | | | | | | | included, and then include <strings.h> if so. Several systems already needed <strings.h> anyway. Some new systems that claim to conform to the Unix 9x "standard" do not declare str[n]casemp() in string.h, and C99 compilers will not like that. | |||
* | pg_variable is not used in WAL version now. | Vadim B. Mikheev | 2000-11-03 | |
| | ||||
* | Parser sync. | Michael Meskes | 2000-11-03 | |
| | ||||
* | Improve inv_getsize() per suggestion from Denis Perchine; also fix | Tom Lane | 2000-11-02 | |
| | | | | thinkos in inv_seek(). | |||
* | Peter forgot to fix {operator} rule to match modified definition of | Tom Lane | 2000-11-02 | |
| | | | | 'self' characters. | |||
* | Fix insufficiently-parenthesized macro definitions. | Tom Lane | 2000-11-02 | |
| | | | | No known bug here, but... |