2004-10-21 |
Tom Lane | Update obsolete comments about COPY vs INSERT options... |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Tom Lane | Disallow referential integrity actions from being defer... |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Tom Lane | Set the close-on-exec flag for libpq's socket to the... |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Tom Lane | Avoid macro-redefinition warnings on Windows, per Andre... |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Tom Lane | Standardize on using the Min, Max, and Abs macros that... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Tom Lane | Use temp files in current directory, not /tmp, to reduc... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Tom Lane | Allow functions returning void or cstring to appear... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Neil Conway | When using GCC, change the default CFLAGS to: |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Tom Lane | Add a HINT about the likely reason for 'invalid multiby... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Peter Eisentraut | Organize the help output a little better. Improve... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Tom Lane | Add some code to ensure that we don't lose communicatio... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Peter Eisentraut | Might want to initialize the gettext library, if we... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Tom Lane | Add PQprepare/PQsendPrepared functions to libpq to... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Bruce Momjian | Remove use of "miscadmin.h" in port C files and remove... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Peter Eisentraut | Updated SQL key words table |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Bruce Momjian | The attached patch fixes psql's win32 frontend-only... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Bruce Momjian | Force rebuild. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Bruce Momjian | Improve indentation of sublists: |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Michael Meskes | Synced parser |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Neil Conway | Trivial fix: remove a pointless cast. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Tom Lane | Tweak pg_dump to handle default tablespaces correctly... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Bruce Momjian | Better document win32_open and its ability to allow... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Bruce Momjian | Fix some typos. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Tom Lane | Make the standard stopword files be sought relative... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Tom Lane | Allow background writing to be shut down by setting... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Tom Lane | pg_get_indexdef() didn't do quite the right thing with... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Peter Eisentraut | Adjust message |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Tom Lane | Give a more user-friendly error message in situation... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Tom Lane | Make locale_messages_assign() really work on Windows... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Tom Lane | Remove dllist.c from libpq. It's overkill for what... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Tom Lane | Include dllist.c directly instead of assuming that... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Tom Lane | Give a more user-friendly error message in case where... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Tom Lane | Generate the various .def files for libpq DLLs from... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Tom Lane | Limit NBuffers and some related values to INT_MAX ... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Tom Lane | Give the ResourceOwner mechanism full responsibility... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Tom Lane | Remove BufferLocks[] array in favor of a single pointer... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Bruce Momjian | Fix Cygwin using of pg_ctl by not usig START. |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Bruce Momjian | Export only required symbols in libpq on Win32. |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Bruce Momjian | Allow pg_ctl to determine the server is up when getting... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Tom Lane | Repair possible failure to update hint bits back to... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | The previous build rules caused each binary to be re... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | I have attached 5 patches (split up for ease of review... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | This patch clarifies the usage of references in PL... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | Have log_duration only output when log_statement has... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | Update wording. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | Update heading of Cygwin FAQ to be Cygwin-specific. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | New wording on the three standards. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | > This lets you do something like: |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | Allow psql booleans to use OFF or off. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | Fix pg_ctl -D handling for Win32: |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Bruce Momjian | Add full path in error report for version mismatch... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Neil Conway | psql code cleanup: |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Update mingw faq. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Update Win32 fAQ. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Typo cleanup. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Update standards names. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Update 2003 as an official standard. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Add 'int' cast for getpid() because some Solaris releas... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Add "draft". |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Reorder links. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | More URL updates. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Update markup. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | New urls. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Working improvement. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Fix markup. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Bruce Momjian | Add standards URL's. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Bruce Momjian | pg_restore wording improvement, per Peter. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Bruce Momjian | Enable service use by Cygwin of pg_ctl. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Bruce Momjian | Allow compiles for Cygwin /contrib modules. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Bruce Momjian | Enable static lib builds on Win32 and Cygwin. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Neil Conway | Cleanup some unnecessary void * casts when using pfree... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Neil Conway | More minor cosmetic improvements: |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Neil Conway | Unbreak regression tests (Peter's recent checkin to... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Bruce Momjian | Clarify pg_restore --help wording. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Bruce Momjian | Update Cygwin build to not use DLLINIT, per Cygwin... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Peter Eisentraut | Message style revisions |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tom Lane | plpgsql EXIT construct forgot to downcase or quote... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Neil Conway | Fix vpath build break, induced by Bruce's recent commit. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Neil Conway | Fix a copy-and-paste error: give a distinct memory... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tom Lane | Update reference to pgsql-server. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Bruce Momjian | Add some pg_config_path.h dependencies for places that... |
commit | commitdiff | tree | snapshot |
next |