aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix boundary condition in btbulkdelete: don't examine high key in caseTom Lane2001-11-23
* Remove compile errors of psql.exe and libpq.dll underHiroshi Inoue2001-11-22
* Spell 'precedes', 'preceding' correctly in various places.Tom Lane2001-11-21
* Insert CommandCounterIncrement call into SPI_cursor_open.Tom Lane2001-11-21
* Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler.Tom Lane2001-11-21
* Update regress tests to reflect removal of 'current'.Tom Lane2001-11-21
* Add a few new time zones, and list every time zone mentioned in myThomas G. Lockhart2001-11-21
* Repair swapped sign for time minus time routine (time_mi_time()).Thomas G. Lockhart2001-11-21
* Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognizedThomas G. Lockhart2001-11-21
* I think it's patch's size problem that I can'tBruce Momjian2001-11-21
* // -> /* */, per Tatsuo.Bruce Momjian2001-11-21
* Bruce's octet_length change breaks this regression test.Tom Lane2001-11-20
* Add mention of template1 usage.Bruce Momjian2001-11-20
* Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3Tom Lane2001-11-20
* Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface.Tatsuo Ishii2001-11-20
* Double quotes in ln command to guard against spaces in path.Tom Lane2001-11-20
* Change 'return ;' to 'return;'; remove space.Bruce Momjian2001-11-19
* Indent jdbc case labels using pgjindent.Bruce Momjian2001-11-19
* More jdbc comment cleanups. Code looks very nice now.Bruce Momjian2001-11-19
* Update pgindent README so it gets *.java.in files.Bruce Momjian2001-11-19
* JDBC indenting, comment cleanups.Bruce Momjian2001-11-19
* Tweak format_type so that we get good behavior for both column typeTom Lane2001-11-19
* Fix arg coerect match text type, per Tom.Bruce Momjian2001-11-19
* Make text octet_length() return non-compressed length to be consistentBruce Momjian2001-11-19
* Grammatical and spelling fixes.Tom Lane2001-11-19
* Fix nasty bugs in pg_convert() and pg_convert2().Tatsuo Ishii2001-11-19
* Fix comment at top of file to match file name.Hiroshi Inoue2001-11-19
* pg_restore should exit with status 0, not 1, on success.Tom Lane2001-11-19
* A bunch of small doco updates motivated by scanning the comments onTom Lane2001-11-19
* Add example of using 'sameuser' followed by 'all' pg_hba records toTom Lane2001-11-18
* Improve comments about duplicate files.Bruce Momjian2001-11-18
* Optimization for bpcharlen, textlen, varcharlen in case of single byteTatsuo Ishii2001-11-18
* Fix performance problems in TOAST compressor. The management ofTom Lane2001-11-17
* IsSystemRelationName() treats TOAST relations as system relations.Tom Lane2001-11-16
* Add missing prototype.Bruce Momjian2001-11-16
* Add configure result checks on odbc, per Peter E.Bruce Momjian2001-11-16
* plpython security and error handling fixes, fromTom Lane2001-11-16
* Once again, Michael has overwritten someone else's patch ...Tom Lane2001-11-16
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-16
* Remove 'triggered data change violation' error check, per recentTom Lane2001-11-16
* Committed again to add the missing files/patches.Michael Meskes2001-11-16
* Change SQLDescribeCol so that it returns alias name properly.Hiroshi Inoue2001-11-16
* Update keyword lists per suggestions by Peter. There are now fourTom Lane2001-11-16
* Fix some problems in new plpgsql cursor operations, found while tryingTom Lane2001-11-15
* Well the absolute correct solution would involve all of:Bruce Momjian2001-11-15
* Update md5.h because it can't get the value from configure.Bruce Momjian2001-11-15
* Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian2001-11-15
* Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS.Peter Eisentraut2001-11-15
* Fix comment at top of file to match file name.Bruce Momjian2001-11-15
* fixes getIndex to work with forte's transparent persistenceDave Cramer2001-11-14