2007-09-23 |
Tom Lane | Temporarily modify tsearch regression tests to suppress... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Tom Lane | Fix cost estimates for EXISTS subqueries that are evalu... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Andrew Dunstan | Replace calls to external dir program with perlish... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Tom Lane | Document the translations from Postgres message severit... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Tom Lane | Fix erroneous Assert() in syslogger process start in... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Tom Lane | Fix bogus calculation of potential output string length... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Tom Lane | Parenthesize macro arguments safely. I see no bug... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Tom Lane | Although I'd misdiagnosed the reason for the recent... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Tom Lane | Doh --- what's really happening on buildfarm member... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Andrew Dunstan | Go back to using a separate method for doing ILIKE... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Tom Lane | Fix varlena.c routines to allow 1-byte-header text... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tom Lane | Fix regex, LIKE, and some other second-rank text-manipu... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tom Lane | Improve handling of prune/no-prune decisions by storing... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tom Lane | Change tqual.c tests to use !TransactionIdIsCurrentTran... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tom Lane | Make some simple performance improvements in Transactio... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tom Lane | Fix comments that misspelled TransactionIdIsInProgress... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Michael Meskes | Removed superfluous ECPGfree() call. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tom Lane | If we're gonna provide an --enable-profiling configure... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tom Lane | Insert a hack in pl/tcl to disable Tcl's built-in Notif... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Tom Lane | Solaris portability fix that was previously made in... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Tom Lane | Revert ill-fated patch to release exclusive lock early... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Andrew Dunstan | Cleanup items from csvlog changes, per ITAGAKI Takahiro. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Teodor Sigaev | Fix msvc warnings, patch by Hannes Eder <Hannes@HannesE... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Tom Lane | HOT updates. When we update a tuple without changing... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Neil Conway | Prevent corr() from returning the wrong results for... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Bruce Momjian | Remove tabs from SGML file. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Andrew Dunstan | Close previously open holes for invalidly encoded data... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Teodor Sigaev | Avoid possibly-unportable initializer, per buildfarm... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Bruce Momjian | Doc reminder that integer pg version also needs updating. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Bruce Momjian | Remove extra tab in postgresql.conf |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Tom Lane | Remove Assert(BgWriterShmem != NULL), which is rather... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Tom Lane | Fix overflow in extract(epoch from interval) for interv... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Tom Lane | Update release notes for last-minute fix. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Tom Lane | Fix aboriginal mistake in lazy VACUUM's code for trunca... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Fix markup. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Update pronunciation FAQ item. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Update to mention alternate project name is "Postgres". |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Remove GIN interface section, which is now documented... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Tom Lane | Fix markup that doesn't work in back branches. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Fix GSS API pointer checking. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Document atan2() as y/x, rather than x/y, to conform... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Tom Lane | Minor editorialization on release notes. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Add some links for escape strings. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Add LDAP URL documentation. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Update documentation to mention that autovacuum also... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Clarify tar documentation about return error codes. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Update tsearch include location in example. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Add tsearch tab completion support: |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | This is small patch fixes a spi example (PG_MODULE_MAGI... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Update GNU tar error code documentation. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Mentino that PAM doesn't work for Unix system authentic... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Tom Lane | Remove ill-considered (not to mention undocumented... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Update documented error text. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bruce Momjian | Clarify age() 'months' calculation documentation. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Bruce Momjian | Update documentation to emphasize autovacuum rather... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Teodor Sigaev | Fix typo in typecasting. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Bruce Momjian | Update Japanese FAQ, backpatch. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Alvaro Herrera | Fix a memory leak in the autovacuum launcher code.... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Tom Lane | Redefine the lp_flags field of item pointers as having... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Andrew Dunstan | Perform post-escaping encoding validity checks on SQL... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Bruce Momjian | Whitespace improvement. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Tom Lane | Revert ill-starred change to ICC anti-aliasing switches... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Magnus Hagander | Install dictionary sample files. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Bruce Momjian | Document an efficient way to create documentation for... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Bruce Momjian | Update Japanese FAQ to current release number. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Alvaro Herrera | Add a CHECK_FOR_INTERRUPTS call in the site where the... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Tom Lane | Give ICC its preferred, documented form of the no-stric... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Tom Lane | Sync timezone data with 2007g zic release. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Bruce Momjian | Upcoming most recent release will be 8.2.5. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Bruce Momjian | Stamp |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Tom Lane | Make sure that open hash table scans are cleaned up... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Tom Lane | Include hash table name in all the internal-error elog... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Teodor Sigaev | Remove QueryOperand->istrue flag, it was used only... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Teodor Sigaev | Fix header's size of structs defines in ispell. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Teodor Sigaev | Add regression tests for ispell, synonym and thesaurus... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Teodor Sigaev | Fix ts_debug function to prevent unneeded calls of... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Teodor Sigaev | Refactor from Heikki Linnakangas <heikki@enterprisedb... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Tom Lane | Rename recently-added pg_stat_activity column from... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Tom Lane | Arrange for SET LOCAL's effects to persist until the... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Alvaro Herrera | Make CLUSTER and REINDEX silently skip remote temp... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Alvaro Herrera | Release the exclusive lock on the table early after... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Teodor Sigaev | Heikki Linnakangas <heikki@enterprisedb.com>: |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Teodor Sigaev | Fix recently introduced bugs about parsing ispell/hunsp... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Alvaro Herrera | Remove the vacuum_delay_point call in count_nondeletabl... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Teodor Sigaev | Change void* opaque argument to Datum type, add argument's |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Teodor Sigaev | Fixes from Heikki Linnakangas <heikki@enterprisedb... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Tom Lane | Revert temporary patch that made synchronous_commit... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Tom Lane | Set the correct context (PGC_SIGHUP) for log_autovacuum... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Tom Lane | Code review for GUC revert-values-if-removed-from-postg... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Andrew Dunstan | fix typo in regression Makefile. |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Andrew Dunstan | Provide for a file specifying non-standard config optio... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Tom Lane | Replace the former method of determining snapshot xmax... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Tom Lane | Don't take ProcArrayLock while exiting a transaction... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Bruce Momjian | Add Hash thread URL: |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Teodor Sigaev | Improve page split in rtree emulation. Now if splitted... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Teodor Sigaev | Improvements from Heikki Linnakangas <heikki@enterpris... |
commit | commitdiff | tree | snapshot |
next |