summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-06-30Revert mistaken #include change, per Merlin Moncure.Tom Lane
2004-06-30Added SET DESCRIPTOR command.Michael Meskes
2004-06-28Arrays can be read as arrays or as character strings now.Michael Meskes
2004-06-28Remove some no-longer-needed #includes.Tom Lane
2004-06-28Fix some bogus code in ConstBit production --- it managed to work, butTom Lane
2004-06-27- Only use typedefs inside their scope.Michael Meskes
2004-06-27Translation updatesDennis Bjorklund
2004-06-26Adjust pgstat message definitions so that the target message size isTom Lane
2004-06-26Translation updatesDennis Bjorklund
2004-06-26Translation updates: update-poDennis Bjorklund
2004-06-26Translation updatesDennis Bjorklund
2004-06-25Fix to work better with Exuberant's version of ctags.Tom Lane
2004-06-25Support renaming of tablespaces, and changing the owners ofTom Lane
2004-06-25Translation updatesDennis Bjorklund
2004-06-25Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane
2004-06-25#ifdef out file permissions check on SSL key file when on Windows, asTom Lane
2004-06-25Translation updatesDennis Bjorklund
2004-06-25Swedish translation of pg_ctl.Dennis Bjorklund
2004-06-25Make pg_ctl possible to translate. Strings marked forDennis Bjorklund
2004-06-25Translation updatesDennis Bjorklund
2004-06-25Translation updatesDennis Bjorklund
2004-06-24Translation updatesDennis Bjorklund
2004-06-24Translation updatesDennis Bjorklund
2004-06-24Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane
2004-06-24Add --pwfile option to initdb, so that passwords can be set by GUI toolsTom Lane
2004-06-24Avoid including <sys/time.h> on platforms that don't have it.Tom Lane
2004-06-24Include c.h instead of postgres.h in files that need to be usable inTom Lane
2004-06-24Extend pg_ctl to handle service management under WIN32. Lacks docs.Tom Lane
2004-06-22Fix information schema views to return NULL for precision and scale ofTom Lane
2004-06-21Add comment about rationale for continuing to use C library functionsTom Lane
2004-06-21Fix pg_dump and pg_dumpall for new names of built-in tablespaces,Tom Lane
2004-06-21Rename the built-in tablespaces to pg_default and pg_global, and prohibitTom Lane
2004-06-21Rename pg_tablespaces directory to pg_tblspc, so it is more unique fromBruce Momjian
2004-06-20Synced parser and keyword list.Michael Meskes
2004-06-20Add pgevent, with docs explaining out to install it on Win32.Bruce Momjian
2004-06-19Adjust TAS assembly as per recent discussions: use "+m"(*lock) everywhereTom Lane
2004-06-19Looks like s_lock_test needs <time.h> on some platforms.Tom Lane
2004-06-19s_lock_test requires libpgport to build now.Tom Lane
2004-06-19Fix oversight in recent rowtype-handling improvements: transformTargetListTom Lane
2004-06-19Fix Makefile syntax. Forgot to test this.Bruce Momjian
2004-06-19Add changes to support threads on Win32 native port at some point in the future.Bruce Momjian
2004-06-19Enable thread safety for win32.mak build of PostgreSQL.Bruce Momjian
2004-06-18Replace createdb's obsolete --location switch with --tablespace.Tom Lane
2004-06-18initlocation is history. (It's still mentioned in manage-ag.sgml,Tom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-17Added patch by ISHIDA Akio to allow indicators in execute statements.Michael Meskes
2004-06-16Represent type-specific length coercion functions as pg_cast entries,Tom Lane
2004-06-14Arrange to explicitly stop the pgstat processes at the same time weTom Lane
2004-06-13Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane
2004-06-13Translation updatePeter Eisentraut