2006-04-02 |
Tom Lane | Adjust interval-addition test so that it won't fail... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Peter Eisentraut | Update information schema for SQL:2003 and new PostgreS... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Alvaro Herrera | Add tab-completion for REASSIGN OWNED BY and DROP OWNED... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Neil Conway | Correct some errors and do some SGML police work on... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Neil Conway | Minor improvement to DROP TABLE reference page. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Bruce Momjian | Add recent /port/qsort comparison discussion. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Tom Lane | Remove the 'slow' path for btree index build, which... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Tom Lane | Clean up WAL/buffer interactions as per my recent propo... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Tom Lane | Improve gist XLOG code to follow the coding rules neede... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Tom Lane | Suppress attempts to report dropped tables to the stats... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Andrew Dunstan | Fix bad SQL, per Stefan Kaltenbrunner. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Tom Lane | Clean up and document the API for XLogOpenRelation... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Tom Lane | TablespaceCreateDbspace should function normally even... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Tom Lane | Disable full_page_writes, because turning it off risks... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Tom Lane | Repair longstanding error in btree xlog replay: XLogRea... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Tom Lane | Comments in IndexBuildHeapScan describe the indexing... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Tom Lane | Arrange to emit a description of the current XLOG recor... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Tom Lane | Fix plpgsql to pass only one copy of any given plpgsql... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Tom Lane | Add error location info to ResTarget parse nodes. ... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Tom Lane | Improve performance of our private version of qsort... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Neil Conway | Minor refactoring: initialize_SSL() only returns 0... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Alvaro Herrera | Merge the loading of shared object descriptions with... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Bruce Momjian | Fix psql history handling: |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Bruce Momjian | Update comment that pgNotify.be_pid is pid of the notif... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Neil Conway | Fix a few places that were checking for the return... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Tom Lane | Adjust join_1.out to match Windows behavior for new... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Neil Conway | The call to DNSServiceRegistrationCreate in postmaster... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Tom Lane | Fix bug introduced into mergejoin logic by performance... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Peter Eisentraut | Document long names for format options (plain, tar... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Michael Meskes | Fixed bug 2330: Wrong error code in case of a duplicate key |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Tom Lane | Fix invalid use of #if within a macro, per Laurenz... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Tom Lane | Clean up representation of function RTEs for functions... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Bruce Momjian | Fix typo in pgcvslog, used == instead of =. |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Tom Lane | It seems the YYLLOC_DEFAULT macro recommended by the... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Tom Lane | Missed this file in previous commit :-( |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Tom Lane | Improve parser so that we can show an error cursor... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Neil Conway | Fix a number of syntax errors in contrib modules' unins... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Bruce Momjian | Remove Christof Petig copyright. He already approved... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Bruce Momjian | Remove copyright notices from Jan (per author approval... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Bruce Momjian | Add CVS tag lines to files that were lacking them. |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Neil Conway | Remove a few places that attempted to define INT_MAX... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Tom Lane | Recent changes in memory management in tuplesort.c... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Tom Lane | Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This... |
commit | commitdiff | tree | snapshot |
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 |
next |