2004-02-27 |
Bruce Momjian | Update plpython docs to mention shared libs are possibl... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Bruce Momjian | For immediate application to HEAD. |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Bruce Momjian | Update the pl/python shared build docs to match the... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Bruce Momjian | For application to HEAD, following community review. |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Tom Lane | Teach plpgsql's lexer about dollar-quoted literals. |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | anyarray really needs to be declared with typalign... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | Add %option nodefault to all our flex lexers. Fix... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | Implement dollar-quoting in the backend lexer and psql... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Michael Meskes | - Corrected error handling in PGTYPEStimestamp_from_asc. |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joe Conway | When returning type "record", replace use of pgresultGe... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joe Conway | Apply quote_literal to the start_with argument of conne... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | Cause pg_dump to emit a 'SET client_encoding' command... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | Don't crash when a rowtype argument to a plpgsql functi... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Tom Lane | Fix obsolete comment. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Tom Lane | Replace opendir/closedir calls throughout the backend... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Tom Lane | NOFILE isn't used anywhere any more. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Tom Lane | Do a direct probe during postmaster startup to determin... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Michael Meskes | Fixed incorrect output of indicator structs using the... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Tom Lane | Write #include <dl.h>, not #include "dl.h", to correctl... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Tom Lane | Move responsibility for copying argv[] array into ps_st... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Neil Conway | Document the family() function (added during the 7... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Tom Lane | Fix random build breakage from log_disconnections patch. |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Tom Lane | Implement a solution to the 'Turkish locale downcases... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Bruce Momjian | The following bug has been logged online: |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Bruce Momjian | Add to PL/java description. |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Tom Lane | Re-implement psql's input scanning to use a flex-genera... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Tom Lane | Cosmetic changes (mostly whitespace) to make it easier... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Bruce Momjian | Here is a patch that implements setitimer() on win32... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Michael Meskes | Added missing rule for DOUBLE variables. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Neil Conway | Improve the consistency of the error message emitted... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Neil Conway | Remove a caveat from the "backup" documentation: pg_dum... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Neil Conway | Add a few more <xref> tags to the SGML docs, where... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Tom Lane | Minor editorializing on cost-based vacuum description. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Neil Conway | Significant improvements to the documentation for the... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Neil Conway | Fix a minor SGML markup infelicity in recently-applied... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Rename function log_session_end to log_disconnections. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Fix prototype for on_proc_exit in log_disconnections... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | This patch brings up to date what I did last year ... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Here is an updated version of the win32 readdir patch. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Under Win32, stat() returns an st_ino field, but it... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Please apply this patch to contrib/dbmirror |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Neil Conway | Minor SGML markup improvements. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Tom Lane | Make use of statistics on index expressions. There... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Bruce Momjian | Change may -> might, and remove an extra tab. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Michael Meskes | - Cleaned up parser a little bit. It does not make... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Tom Lane | First steps towards statistics on expressional (nee... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Michael Meskes | - Allowed some C keywords to be used as SQL column... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Michael Meskes | - Added missing braces to array parsing. |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Neil Conway | Minor documentation tweak. |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Tom Lane | Create crosstype comparison operators for date vs.... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Tom Lane | Repair optimization bug I introduced in a moment of... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Jan Wieck | Documentation for vacuum_cost config options. |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Tom Lane | After further thought about support for gathering stats... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Bruce Momjian | Mention psql variable names are case-sensitive. |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Bruce Momjian | Fix typo: |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Bruce Momjian | Tom Lane wrote: |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Tom Lane | Try to make 'cross-database references are not implemen... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Tom Lane | Add hooks for type-specific calculation of ANALYZE... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Add from Joe Conway: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Add CVS ID tags to port/win32/files. |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Jan: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Tom Lane | Avoid delaying postmaster shutdown by up to 10 seconds... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Improve \? wording, remove 'internal'. |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Add bitmap discussion to performance TODO.detail. |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Remove TODO.detail files that contained useless or... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | File not needed: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Mostly done: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | File not needed: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Remove: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Merge files: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Not needed: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Not needed: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Not needed: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Remove crossdb content. |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Add, dblink doesn't do this: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Done, mostly by dblink, I think: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Fix typo: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Jan Wieck | Fixed bug where FlushRelationBuffers() did call Strateg... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Remove URL for specific pljava implementation: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Tom Lane | Check only live tuples for OID validity, to avoid issue... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Jan Wieck | Added hints about the reason, why the command string in |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Tom Lane | Commit the reasonably uncontroversial parts of J.R... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Tom Lane | Repair some problems in bgwriter start/stop logic.... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Bruce Momjian | Check and set thread-safe functions separately, rather... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Bruce Momjian | Properly set NEED_REENTRANT_FUNCS for threaded libpq... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Bruce Momjian | Does not apply anymore: |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Tom Lane | No need to link libpq into these programs ... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Neil Conway | SGML markup improvements. |
commit | commitdiff | tree | snapshot |
next |