Age | Commit message (Expand) | Author |
2001-05-30 | Tweak StrategyEvaluation data structure to eliminate hardwired limit on | Tom Lane |
2001-05-30 | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian |
2001-05-25 | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian |
2001-05-25 | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian |
2001-05-22 | I found the answer to this: the partition had filled up, and so the problem | Bruce Momjian |
2001-05-18 | Small code cleanups,formatting. | Bruce Momjian |
2001-05-17 | Prevent forced blank line before comment block in pgindent. | Bruce Momjian |
2001-05-17 | Spacing cleanup. | Bruce Momjian |
2001-05-17 | Small cleanup of spacing. | Bruce Momjian |
2001-05-16 | Repair race condition introduced into heap_update() in 7.1 --- | Tom Lane |
2001-05-15 | we found a problem in GiST with massive insert/update operations | Bruce Momjian |
2001-05-15 | Re-add pg_index.indhaskeytype. | Bruce Momjian |
2001-05-14 | Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used. | Bruce Momjian |
2001-05-14 | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian |
2001-05-12 | Modify RelationGetBufferForTuple() so that we only do lseek and lock | Tom Lane |
2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
2001-05-04 | Seems like we should not hold off cancel/die interrupts while we are | Tom Lane |
2001-05-03 | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane |
2001-04-05 | Fix comment that Vadim found confusing. | Tom Lane |
2001-04-05 | StartupXLOG(): initialize XLogCtl->Insert to new page if there is | Vadim B. Mikheev |
2001-03-25 | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane |
2001-03-25 | Fix code that incorrectly assumed a 'char foo[N]' local variable would | Tom Lane |
2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-03-18 | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane |
2001-03-18 | Make sure ControlFile logId/logSeg don't go backwards (barely possible given a | Tom Lane |
2001-03-17 | Rearrange XLogFileInit so that control-file spinlock is not held while filling | Tom Lane |
2001-03-16 | Support syncing WAL log to disk using either fsync(), fdatasync(), | Tom Lane |
2001-03-14 | Use SEP_CHAR consistently in forming XLOG pathnames. | Tom Lane |
2001-03-13 | Change xlog page-header format to include StartUpID. Use the SUI to | Tom Lane |
2001-03-13 | XLOG (and related) changes: | Tom Lane |
2001-03-07 | Repair a number of places that didn't bother to check whether PageAddItem | Tom Lane |
2001-02-26 | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane |
2001-02-22 | Clean up index/btree comments/macros, as approved. | Bruce Momjian |
2001-02-22 | Avoid 'FATAL: out of free buffers: time to abort !" error | Hiroshi Inoue |
2001-02-18 | Change default commit_delay to zero, update documentation. | Tom Lane |
2001-02-18 | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane |
2001-02-15 | Although we can't support out-of-line TOAST storage in indexes (yet), | Tom Lane |
2001-02-13 | Comments about GetFreeXLBuffer(). | Vadim B. Mikheev |
2001-02-13 | Removed abort() in XLogFileOpen. | Vadim B. Mikheev |
2001-02-09 | When updating a tuple containing compressed-in-line fields, do not | Tom Lane |
2001-02-07 | Runtime btree recovery is now ON by default. | Vadim B. Mikheev |
2001-02-02 | Runtime tree recovery is implemented, just testing is left -:) | Vadim B. Mikheev |
2001-01-31 | Couple additional functions to fix tree at runtime. | Vadim B. Mikheev |
2001-01-29 | Call _bt_fixroot() from _bt_insertonpg. | Vadim B. Mikheev |
2001-01-29 | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane |
2001-01-26 | First step in attempt to fix tree at runtime: create upper levels | Vadim B. Mikheev |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2001-01-23 | Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19. | Tom Lane |