2004-10-28 |
Tom Lane | This makes dblink pass its installcheck test on platfor... |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Tom Lane | Code cleanup in dirmod.c. Andrew Dunstan, some further... |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Tom Lane | Fix to_number for the case of a trailing S. |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Neil Conway | Use AllocateFile(), FreeFile() and palloc() rather... |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Tom Lane | On Windows, force a checkpoint just before dropping... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Bruce Momjian | Have pg_ctl status always output to stdout, even stoppe... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Bruce Momjian | Fix Cygwin compile for timezone. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Tom Lane | When displaying a Var that is a reference to a column... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Bruce Momjian | Canonicalize Win32 path coming in from pg_ctl -D, idea... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Neil Conway | Add a missing dependency: the "install" target requires... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Neil Conway | Trivial fix: clarify a comment. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Bruce Momjian | Update German FAQ. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Bruce Momjian | Add reminder to update copyright in sgml file. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Tom Lane | Document IS DISTINCT FROM in a more obvious place,... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Tom Lane | Make heap_fetch API more consistent by having the buffe... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Tom Lane | In the new dispensation where REINDEX doesn't take... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Neil Conway | Update copyright information in documentation. Also... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Neil Conway | Remove three unnecessary casts from a pointer type... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Neil Conway | Fix tyop in comment. |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Tom Lane | Make error message more verbose, in hopes of avoiding... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Tom Lane | Fix some more 'old-style parameter declaration' warnings. |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Tom Lane | Fix a bunch of 'old-style parameter declaration' warnin... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Neil Conway | Modify hash_create() to elog(ERROR) if an error occurs... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
PostgreSQL... | make sure we tag configure.in as beta4 as well ... REL8_0_0BETA4 |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | Update for 8.0: pg_tablespace is now also a shared... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | Add note that REINDEX takes a weaker lock than it used to. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | Add comparison file for exp-three-digits formatting. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | Adjust message to not be misleading on Windows. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | On Windows, cause get_progname to strip any .EXE suffix. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | Add comparison file for exp-three-digits formatting. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | Replace ad-hoc atof() code with call to float4in, per... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | Write config files as text not binary, per Magnus Hagander. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | Sync timezone data with latest zic database (dated... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | Update RELEASE_CHANGES to mention updating the timezone... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Dennis Bjorklund | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tom Lane | If we're going to test for switch validity by observing... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Dennis Bjorklund | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Dennis Bjorklund | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Tom Lane | Avoid overflow in cost_sort when work_mem exceeds 1Gb. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Tom Lane | Fix tsearch build problems. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Tom Lane | Don't use LC_MESSAGES value on WIN32, since it doesn... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Tom Lane | Add a GUC_SUPERUSER_ONLY flag to mark GUC variables... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Tom Lane | In ALTER COLUMN TYPE, strip any implicit coercion opera... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Peter Eisentraut | Message styling |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Dennis Bjorklund | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Dennis Bjorklund | New swedish translation of pg_config |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Neil Conway | Fix documentation typo. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Dennis Bjorklund | Translation updates. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Neil Conway | Minor code cleanup: hdefault() only ever returned ... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Tom Lane | Update release history for releases 7.4.6, 7.3.8, 7... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Tom Lane | Prevent pg_ctl from being run as root. Since it uses... |
commit | commitdiff | tree | snapshot |
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 |
next |