2006-03-10 |
Neil Conway | Implement 4 new aggregate functions from SQL2003. Speci... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Bruce Momjian | Remove unintened change to pg_proc.h. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Bruce Momjian | Make $PostgreSQL CVS tags consistent for SGML files. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Tom Lane | Fix order of linking of libxslt and libxml2, per Dave... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Tom Lane | Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTab... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Bruce Momjian | Remove Jan Wieck's name from copyrights, and put in... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Tom Lane | Remove somebody's flight of fancy about an UPDATE with... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Bruce Momjian | Remove Christof Petig copyright on include file, per... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Tom Lane | Tweak trace_sort code to show the merge order (number... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Bruce Momjian | Update pltcl expected file for E''. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Bruce Momjian | Adjust plpython for escape_string_warning. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Bruce Momjian | Adjust PL regression tests for escape_string_warning. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Bruce Momjian | Update /contrib regression tests for escape_string_warning. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Tom Lane | Further examination of ltsReleaseBlock usage shows... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Tom Lane | Repair old performance bug in tuplesort.c/logtape.c... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Tom Lane | Turn off zero_damaged_pages in the right place (ie... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Bruce Momjian | Use SetConfigOption() to turn off "zero_damaged_pages... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Bruce Momjian | Back out comment update about sighup, original was... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Bruce Momjian | Properly set "escape_string_warning" to default to... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Tom Lane | Make all our flex and bison files use %option prefix... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Tom Lane | Remove the stub support we had for UNION JOIN; per... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Tom Lane | 'make clean' should NOT remove *~ files. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | SGML typo fix. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Default to ON for 8.2, as announced in the release... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Done though the second is default so off in 8.2: |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Attached is the new patch. To summarize: |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Enable standard_conforming_strings to be turned on. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Update comment on how sighup signal affects postgresql... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | * Stephen Frost (sfrost@snowman.net) wrote: |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | This patch adds native LDAP auth, for those platforms... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Update item. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Add for Win32: |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Add WSACancelBlockingCall TODO.detail item. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Add for ecpg: |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Fix psql history handling so 'execute' backslash comman... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | Prevent autovacuum from zeroing damaged pages. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | in the docs, the function "ascii(text)" is described as |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Bruce Momjian | In psql, save history of backslash commands used in... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Neil Conway | Per recent discussion on -hackers, we should sometimes... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Andrew Dunstan | Prepared queries for PLPerl, plus fixing a small plperl... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Bruce Momjian | Update copyright for 2006. Update scripts. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Bruce Momjian | Update to 2006. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Bruce Momjian | Check for "msys" so it doesn't use 'con' by checking... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Bruce Momjian | Improve STRINGS_H macro test for MSVC extensions. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Tom Lane | Improve OS X shared-memory documentation: fix typos... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Tom Lane | Support include directives in postgresql.conf. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Tom Lane | Declare the arguments of AllocateFile() as const char... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Tom Lane | Incorporate a couple of recent tuplesort.c improvements... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Tom Lane | Prevent lazy_space_alloc from making requests that... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Tom Lane | Prevent sorting from requesting a SortTuple array that... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Tatsuo Ishii | Tighten up SJIS byte sequence check. Now we reject... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Bruce Momjian | > gettimeofday.c:35: warning: integer constant is too... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Bruce Momjian | > It doesn't say that only the listed commands acquire... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Bruce Momjian | Use DEVTTY as 'con' on Win32 as a replacement for ... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Bruce Momjian | That was a typo in my comment before the code (the... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | This patch fixes this warning. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Avoid trying to open /dev/tty on Win32. Some Win32... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Tom Lane | Improve pg_dump and psql to use libpq's newer COPY... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Fixes for Win32-client only compiles. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Rename Online Backup to Continuous Archiving. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Update ipcclean to use try 'id' first for root check. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Add workaround so MSVC doesn't try to load strings... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Tom Lane | Teach PQcmdTuples() that a COPY command tag might conta... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Clarify macro layout for win32 IMPORT. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Tom Lane | Make the COPY command return a command tag that include... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Tom Lane | Dept. of second thoughts: rejigger the TRUNCATE ..... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | In ipcclean, check LOGNAME only if USER is not set. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Neil Conway | Fix a typo. |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Tom Lane | Add CASCADE option to TRUNCATE. Joachim Wieland |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Appended is a small documentation patch that adds a... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Add comment about localized month names for to_date... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Tom Lane | Arrange to call AbsorbFsyncRequests every so often... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Tom Lane | Remove unnecessary lo_lseek call in lo_open. Apparentl... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Tom Lane | Fix ancient error in large objects usage example: overw... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Tom Lane | Repair oidvectorrecv and int2vectorrecv, which I broke... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bruce Momjian | Update OS X shared memory documentation for 10.3.9... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bruce Momjian | Mark tsearch2 item as Tom's, not Teodor's. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bruce Momjian | Update TODO.detail/qsort. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bruce Momjian | Update TODO.detail/qsort. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Teodor Sigaev | Significantly improve ranking: |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bruce Momjian | Update TODO.detail/qsort. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bruce Momjian | Add to TODO.detail for qsort. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Tom Lane | Fix possible crash at transaction end when a plpgsql... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Tom Lane | Fix up pg_dump to emit shell-type definitions at the... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Neil Conway | Woops: also update the alternative "expected" files... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Bruce Momjian | Update text file. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Bruce Momjian | Update patch generation instructions. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Neil Conway | Update the expected regression test results to account... |
commit | commitdiff | tree | snapshot |
next |