aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Add functions to support AT TIME ZONE syntax.Thomas G. Lockhart2000-11-06
* Fix INTERVAL output when year/month has different sign as day/hour etc.Thomas G. Lockhart2000-11-06
* Implement AT TIME ZONE SQL9x syntax.Thomas G. Lockhart2000-11-06
* Allow type resolution for UNKNOWN arguments to functions to fall back toThomas G. Lockhart2000-11-06
* New CHECKPOINT command.Vadim B. Mikheev2000-11-05
* Add some configure checks for DocBook and related tools. With a somewhatPeter Eisentraut2000-11-05
* UNION select in a CREATE RULE caused a weird error, because transformRuleStmtTom Lane2000-11-05
* Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane2000-11-05
* Make PROCEDURAL optional in CREATE/DROP LANGUAGE.Bruce Momjian2000-11-04
* This patch should allow primary/foreign keyBruce Momjian2000-11-04
* Remove .SECONDARY: target again, because GNU make 3.78.1 will get mightyPeter Eisentraut2000-11-04
* Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++Peter Eisentraut2000-11-04
* Put -Ae into CC not CFLAGS, since it's not optional.Peter Eisentraut2000-11-04
* This is no longer used since we have the 'resultmap'.Peter Eisentraut2000-11-04
* Since the backend now handles relative PGDATA, initdb doesn't have to workPeter Eisentraut2000-11-04
* Make the backend grok relative paths for the data directory by convertingPeter Eisentraut2000-11-04
* Fix for missing EUC_TW encodingTatsuo Ishii2000-11-04
* outdated and obsoletePeter Eisentraut2000-11-03
* Add global .SECONDARY: target to not allow make to delete intermediatePeter Eisentraut2000-11-03
* Minor code cleanups, make in_group() check faster.Tom Lane2000-11-03
* Fix bug reported by bobson: aclinsert3 would delete the 'world' entryTom Lane2000-11-03
* Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut2000-11-03
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-03
* Parser sync.Michael Meskes2000-11-03
* Improve inv_getsize() per suggestion from Denis Perchine; also fixTom Lane2000-11-02
* Peter forgot to fix {operator} rule to match modified definition ofTom Lane2000-11-02
* Fix insufficiently-parenthesized macro definitions.Tom Lane2000-11-02
* Add pg_dumpall --accounts-only option.Peter Eisentraut2000-11-02
* Allow initdb to handle relative paths for PGDATA, by converting them toPeter Eisentraut2000-11-02
* Change bool to boolean in docs.Bruce Momjian2000-11-02
* Pass on all CPPFLAGS that look like -I* to the PL/Perl build.Peter Eisentraut2000-11-02
* Add runtime configuration options to control permission bits and groupPeter Eisentraut2000-11-01
* Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.Vadim B. Mikheev2000-11-01
* Fixed minor bug in ResultSet for jdbc2 reported by Matthew Denner that absolu...Peter Mount2000-11-01
* Fix recovery cache code (thanks to Peter Eisentraut forVadim B. Mikheev2000-10-31
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-31
* Determine CXXFLAGS after the C++ compiler was detected. Also honorPeter Eisentraut2000-10-31
* Added patch by Christof Petig <christof.petig@wtal.de> that fixes some bugs i...Michael Meskes2000-10-31
* Use $(filter ...), not $(findstring ...).Peter Eisentraut2000-10-31
* Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner2000-10-31
* Change internal string representation of BitString node to include aPeter Eisentraut2000-10-31
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-31
* Disallow zero-length delimited identifier (per SQL).Peter Eisentraut2000-10-30
* Sync preproc.y with gram.y.Michael Meskes2000-10-30
* Add support for code conversion between Unicode and other encodings.Tatsuo Ishii2000-10-30
* Avoid dependency on backend's multibyte module as possible.Tatsuo Ishii2000-10-30
* Add new configure option "--enable-uniconv" that enables automaticTatsuo Ishii2000-10-30
* include pg_wchar.h to import a fucntion prototype of pg_mbcliplenTatsuo Ishii2000-10-30
* WAL fixes.Vadim B. Mikheev2000-10-29
* update flags.Bruce Momjian2000-10-29