summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-09-29Tweak btree page split logic so that when splitting a page that isTom Lane
2001-09-29Allow comparison between xid and xid, int.Hiroshi Inoue
2001-09-29Do this TODO item:Bruce Momjian
2001-09-29Cope with the likelihood that setlocale and localeconv will returnTom Lane
2001-09-29Fix the setlocale problem in a way that actually works. setlocaleTom Lane
2001-09-29Clean up comments.Tom Lane
2001-09-29Whoops, I was a tad too enthusiastic about using shared lock mode forTom Lane
2001-09-29Fixes for datetime-related regress tests, from Tom Lockhart.Tom Lane
2001-09-29Keep the contents of ItemPointerData not the pointers so thatHiroshi Inoue
2001-09-29timetz test was omitted from parallel_schedule.Tom Lane
2001-09-29Update horology-no-DST-before-1970.out for new horology test.Tom Lane
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-09-29I have made three changes to the rtree code: one bug fix andBruce Momjian
2001-09-29A couple of lines were missing from my last patch - this one fixes things.Bruce Momjian
2001-09-29This is a simple patch to put double quotes around a few cases inBruce Momjian
2001-09-29Per the recent discussion there's been some code changes in JDBC'sBruce Momjian
2001-09-29Fix the bug about boolean type handling reported byHiroshi Inoue
2001-09-28Improve wording.Bruce Momjian
2001-09-28Measure the current transaction time to milliseconds.Thomas G. Lockhart
2001-09-28Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart
2001-09-27Put MD5 salt at the end for security.Bruce Momjian
2001-09-27Move s_lock.c and spin.c into lmgr subdirectory, which seems a muchTom Lane
2001-09-27Remove useless LockDisable() function and associated overhead, per myTom Lane
2001-09-27Improve postgresql.conf descriptions.Bruce Momjian
2001-09-26The trailing semicolon in a plpgsql function definition is now optional.Tom Lane
2001-09-26Repair oversight in recent changes to index-creation: tuple time qualTom Lane
2001-09-26Remove useless test for time field in pg_control being > 0. We don'tTom Lane
2001-09-26Add ALIGN() for cred packet, for OpenBSD.Bruce Momjian
2001-09-26Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian
2001-09-25 - Synced preproc.y with gram.y.Michael Meskes
2001-09-25Fix bug in mic2ascii(). It does not handle correctly if none ASCIITatsuo Ishii
2001-09-24Treat __s390x__ the same as __s390__. (taken from RPM patch set)Peter Eisentraut
2001-09-241) Fix compile errors on Windows.Hiroshi Inoue
2001-09-23Rename collect_* options to more user-friendly names.Peter Eisentraut
2001-09-23Don't refer to odbcinst.ini by absolute path. SQLGetPrivateProfileStringPeter Eisentraut
2001-09-23Make lpad/rpad/translate multibyte aware. Also add Copright notice etc.Tatsuo Ishii
2001-09-23Add pg_database_encoding_max_length() function.Tatsuo Ishii
2001-09-23Update regress tests for new LIMIT x,y behavior.Bruce Momjian
2001-09-23The attached patch is my first run-through of the JDBC test suite. ABruce Momjian
2001-09-23Implement TODO item:Bruce Momjian
2001-09-22Provide some initial support for building the ODBC driver forPeter Eisentraut
2001-09-22Fix expected files.Tatsuo Ishii
2001-09-22Remove test driversTatsuo Ishii
2001-09-22sbasename $0 is now basename "$0"Bruce Momjian
2001-09-22Make trim/ltrim/rtrim/btrim multibyte awareTatsuo Ishii
2001-09-22*** empty log message ***Tatsuo Ishii
2001-09-21For consistency with the rest of PostgreSQL, rename BLOBs to large objectsPeter Eisentraut
2001-09-21Add 'reload' option to pg_ctl to send SIGHUP to the postmaster.Tom Lane
2001-09-21Code review for MD5 authorization patch. Clean up some breakageTom Lane
2001-09-21Readd test/regress/README file, this time with a well-defined and simplePeter Eisentraut