Commit Graph

5951 Commits (daf6ffb6f0c743d1b489aa4c702321d5cb90504a)
 

Author SHA1 Message Date
Bruce Momjian daf6ffb6f0 Update TODO list. 26 years ago
Bruce Momjian 63d7df4003 Small patch which fixes the ODBC driver so it doesn't segfault if: 26 years ago
Bruce Momjian 1c5aec60bb I finish devel. of Oracle compatible DateTime routines TO_CHAR(), 26 years ago
Bruce Momjian 1f747c6722 Attached are the C-routines that implement a BIT and BIT VARYING type. 26 years ago
Bruce Momjian 47e51683e6 I pulled this one out via CVS, I hope you can make use of it: 26 years ago
Tom Lane d367f626f4 Add permissions check: now one must be the Postgres superuser or the 26 years ago
Tom Lane 8a7f31a7d8 Try to detect oversize tuple before corrupting relation, instead of 26 years ago
Tom Lane 66dbcd47ed Fix "Unable to identify an operator =$" problem that occurred when pgsql 26 years ago
Tom Lane fb55fa0478 Remove obsolete note about pg_vlock lock file. 26 years ago
Tom Lane aa903cf07c Remove pg_vlock locking from VACUUM, allowing multiple VACUUMs to run in 26 years ago
Tom Lane d2914c38b6 Delete pg_statistics rows for a relation during heap_destroy_with_catalog. 26 years ago
Tom Lane 0ffe17aec6 lmgr.c didn't check for failure return from LockAcquire(). Boo hiss. 26 years ago
Tom Lane b982c3b683 Add missing SpinRelease() to a couple of error exits --- bug found while 26 years ago
Tom Lane 4dded12faa COPY to a relation should keep write lock till transaction commit. 26 years ago
Tom Lane 37432f5a6c pg_statistic has an index now too... 26 years ago
Tom Lane adbf98a77f Fix references to backend/port files so that they actually work. 26 years ago
Tom Lane a4fec9ec34 Oops, forgot to commit this one last week. Part of patch to update 26 years ago
Bruce Momjian a7f14616c6 Change // to /* */ 26 years ago
Bruce Momjian 1592c3179f Update TODO list. 26 years ago
Bruce Momjian 09f185a040 Fix missing prototype psql warning. 26 years ago
Bruce Momjian 78bc83fedf * Includes tab completion. It's not magic, but it's very cool. At any 26 years ago
Bruce Momjian c83b4d1cd8 Fix for bool casting. 26 years ago
Jan Wieck 4069d48aa7 Added another single byte oriented decompressor, useful for 26 years ago
Bruce Momjian 4ae43c84c3 Add opid to selectivity function call. 26 years ago
Bruce Momjian 922e53e6ea Enable pg_statistic cache use. 26 years ago
Bruce Momjian 8f401e8042 Cleanup for pg_statistic commit. 26 years ago
Bruce Momjian 74f418eb9a Add pg_statistic index, add missing Hiroshi file. 26 years ago
Tatsuo Ishii 61a93ed2da Add multi-byte support to lztextlen() 26 years ago
Bruce Momjian 95997e159b Rename heap_replace to heap_update. 26 years ago
Bruce Momjian bb10bf319e Rename heap_replace to heap_update. 26 years ago
Bruce Momjian 6f9ff92cc0 Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp 26 years ago
Bruce Momjian 54ffd4677a ecpg ECPGFree fix from Rene Hogendoorn. 26 years ago
Bruce Momjian 85bb91a319 Fix _cplusplus test in both trees. 26 years ago
Bruce Momjian f0e18e967c Cleanup paths in install files. 26 years ago
Bruce Momjian a895cb7837 Change v6.5.2 to 6.5.2. 26 years ago
Michael Meskes 36b0f67335 *** empty log message *** 26 years ago
Bruce Momjian 7e5e7ab71b Update opclass to be non-unique. 26 years ago
Tom Lane 838fb5c233 Update for change of 'duplicate key' message. 26 years ago
Tom Lane b04bdf1290 Reduce ReleaseLruFile failure from FATAL to ERROR grade; offhand I don't 26 years ago
Tom Lane d831990167 verify_password() leaked a file descriptor if it failed to find the given 26 years ago
Bruce Momjian 90e0b668a4 Update TODO list. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Michael Meskes e30c2d67ef *** empty log message *** 26 years ago
Tom Lane 316c4c57e2 Clean up some problems in error recovery --- elog() was pretty broken 26 years ago
Tom Lane bb203c75a9 Come to think of it, DropBuffers() could have the same problem as 26 years ago
Tom Lane 6b5d8e14b4 ReleaseRelationBuffers() failed to check for I/O in progress on a buffer 26 years ago
Tom Lane 610dfa6d55 Combine index_info and find_secondary_indexes into a single routine that 26 years ago
Tom Lane 40d3e92541 index_destroy() must grab exclusive access to the parent table 26 years ago
Tom Lane 3047b444e8 Clean up comments. 26 years ago
Tom Lane d8ba3dfb0b Change backend-side COPY to write files with permissions 644 not 666 26 years ago