Mailing lists [pgsql-committers]
- pgsql-server: Desultory de-FastList-ification. [email protected] (Tom Lane)
- pgsql-server: Some more de-FastList-ification. [email protected] (Tom Lane)
- pgsql-server: More locale fixes for pg_ctl. [email protected] (Bruce Momjian)
- pgsql-server: Just about there on de-FastList-ification. [email protected] (Tom Lane)
- pgsql-server: List pg_trgm in contrib Makefile and README. [email protected] (Tom Lane)
- pgsql-server: FastList is history, yay. [email protected] (Tom Lane)
- pgsql-server: Fix silly bug [email protected] (Teodor Sigaev)
- pg_ctl-related "fixes" Serguei A. Mokhov
- Re: pg_ctl-related "fixes" Bruce Momjian
- Re: pg_ctl-related "fixes" Serguei A. Mokhov
- Re: pg_ctl-related "fixes" Bruce Momjian
- Re: pg_ctl-related "fixes" Serguei A. Mokhov
- pgsql-server: Align GRANT/REVOKE behavior more closely with the SQL [email protected] (Tom Lane)
- pgsql-server: Add locale setting for pg_ctl. [email protected] (Bruce Momjian)
- Re: pg_ctl-related "fixes" Bruce Momjian
- pgsql-server: Adjust btree index build to not use shared buffers, [email protected] (Tom Lane)
- pgsql-server: Fix breakage from GUC-extension-variables patch. [email protected] (Tom Lane)
- pgsql-server: OK, here's the final version of ALTER TABLE ... [email protected] (Bruce Momjian)
- pgsql-server: Improve without cluster wording. [email protected] (Bruce Momjian)
- pgsql-server: Move -lpgport to the beginning of the library list for [email protected] (Bruce Momjian)
- pgsql-server: Per previous discussions, here are two functions to send [email protected] (Bruce Momjian)
- pgsql-server: Small patch that adds some documentation for the area() [email protected] (Bruce Momjian)
- pgsql-server: Add PGETC (for pg_service.conf) and PGLOCALE (for locale [email protected] (Bruce Momjian)
- pgsql-server: Add new Win32 file with adjustments for recent code [email protected] (Bruce Momjian)
- pgsql-server: init_ssl_system will return 0 on success and -1 on [email protected] (Bruce Momjian)
- pgsql-server: Win32 regression fixes: . [email protected] (Bruce Momjian)
- pgsql-server: Adjust our timezone library to use pg_time_t (typedef'd as [email protected] (Tom Lane)
- pgsql-server: - Add aligment of variable data types - Add aligment for [email protected] (Teodor Sigaev)
- pgsql-server: Remove SYSCONFDIR from win32 include file. [email protected] (Bruce Momjian)
- pgsql-server: Add range-checking in timestamp_recv and timestamptz_recv, [email protected] (Tom Lane)
- pgsql-server: plpgsql hasn't needed -Wno-error for a good long while. [email protected] (Tom Lane)
- pgsql-server: Remove typeTypeFlag(), which was not only unused but [email protected] (Tom Lane)
- pgsql-server: Restructure plpgsql's parsing of datatype declarations to [email protected] (Tom Lane)
- pgsql-server: Allow plpgsql to pass composite-type arguments (ie, [email protected] (Tom Lane)
- pgsql-server: Support assignment to whole-row variables in plpgsql; also [email protected] (Tom Lane)
- pgsql-server: Remove some long-obsolete code that was causing a strange [email protected] (Tom Lane)
- pgsql-server: Remove dash in pg_ctl signal name. [email protected] (Bruce Momjian)
- pgsql-server: This is a small fix in FAQ. [email protected] (Bruce Momjian)
- pgsql-server: The attached patch will create a dummy pg_config_paths.h. [email protected] (Bruce Momjian)
- pgsql-server: Resurrect heap_deformtuple(), this time implemented as a [email protected] (Tom Lane)
- pgsql-server: Make the world very nearly safe for composite-type columns [email protected] (Tom Lane)
- Re: pgsql-server: Make the world very nearly safe for composite-type Bruce Momjian
- pgsql-server: Slight code cleanup for printf's. [email protected] (Bruce Momjian)
- Re: pgsql-server: Make the world very nearly safe for composite-type Tom Lane
- Re: pgsql-server: Make the world very nearly safe for composite-type Bruce Momjian
- Re: pgsql-server: Make the world very nearly safe for composite-type Tom Lane
- Re: pgsql-server: Make the world very nearly safe for composite-type Bruce Momjian
- pgsql-server: Adjust PageGetMaxOffsetNumber to ensure sane behavior on [email protected] (Tom Lane)
- pgsql-server: Adjust PageGetMaxOffsetNumber to ensure sane behavior on [email protected] (Tom Lane)
- pgsql-server: Tweak palloc/repalloc to allow zero bytes to be requested, [email protected] (Tom Lane)
- pgsql-server: Infrastructure for I/O of composite types: arrange for the [email protected] (Tom Lane)
- pgsql-server: Preliminary support for composite type I/O; just text for [email protected] (Tom Lane)
- pgsql-server: Remove finger from dike: composite types are now allowed [email protected] (Tom Lane)
- pgsql-server: Add binary I/O support for composite types. [email protected] (Tom Lane)
- pgsql-server: Minor catalog cleanups for composite-type stuff. [email protected] (Tom Lane)
- pgsql-server: Allow use of table rowtypes directly as column types of [email protected] (Tom Lane)
- pgsql-server: Add some regression tests for composite-type operations. [email protected] (Tom Lane)
- pgsql-server: Dept of second thoughts: don't use the new wide-character [email protected] (Tom Lane)
- pgsql-server: Some preliminary documentation for composite-type stuff. [email protected] (Tom Lane)
- Re: pgsql-server: Some preliminary documentation for composite-type stuff. Alvaro Herrera
- Re: pgsql-server: Minor catalog cleanups for composite-type Christopher Kings-Lynne
- Re: pgsql-server: Some preliminary documentation for composite-type stuff. Tom Lane
- Re: pgsql-server: Minor catalog cleanups for composite-type Tom Lane
- Re: pgsql-server: Minor catalog cleanups for composite-type Christopher Kings-Lynne
- Re: pgsql-server: Minor catalog cleanups for composite-type Tom Lane
- Re: pgsql-server: Minor catalog cleanups for composite-type Christopher Kings-Lynne
- Re: pgsql-server: Minor catalog cleanups for composite-type Bruce Momjian
- Re: pgsql-server: Minor catalog cleanups for composite-type Tom Lane
- pgsql-server: Update date. [email protected] (Bruce Momjian)
- pgsql-server: Remove asymetrical word processing in query and text [email protected] (Teodor Sigaev)
- pgsql-server: Remove asymetrical word processing in query and text [email protected] (Teodor Sigaev)
- pgsql-server: Remove asymetrical word processing in query and text [email protected] (Teodor Sigaev)
- pgsql-server: Add start/stop times for pg_dump/pg_dumpall when verbose [email protected] (Bruce Momjian)
- pgsql-server: Fix strerror_r by checking return type from configure. [email protected] (Bruce Momjian)
- pgsql-server: Have strerror_r return "Unknown error". [email protected] (Bruce Momjian)
- pgsql-server: Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, [email protected] (Bruce Momjian)
- pgsql-server: Stylistic changes in bufmgr.c Basically replaces (*a).b [email protected] (Bruce Momjian)
- pgsql-server: vacuum.c refactoring . [email protected] (Bruce Momjian)
- pgsql-server: Fix mingw link check by using double-brackets. [email protected] (Bruce Momjian)
- pgsql-server: tag this as 7.4.3 and copyright date 2004 [email protected] (PostgreSQL Daemon)
- pgsql-server: Add missing check for too-few-inputs when replacing a [email protected] (Tom Lane)
- pgsql-server: Add missing check for too-few-inputs when replacing a [email protected] (Tom Lane)
- pgsql-server: Add: > * Add ON COMMIT capability to CREATE TABLE AS [email protected] (Bruce Momjian)
- pgsql-server: Previous code cleanup was for bufpage.c, not bufmgr.c. [email protected] (Bruce Momjian)
- pgsql-server: Use mkstemp instead of mktemp in thread test, per Jan. [email protected] (Bruce Momjian)
- plperlng - testimport: try 3 [email protected] (User Andrewd)
- pgsql-server: Add time.h to pg_dumpall. [email protected] (Bruce Momjian)
- pgsql-server: Use single quotes for pg_ctl system call. [email protected] (Bruce Momjian)
- pgsql-server: Use single quotes around pg_dump call from pg_dumpall. [email protected] (Bruce Momjian)
- plperlng - testimport: try 7 [email protected] (User Andrewd)
- Re: plperlng - testimport: try 7 Marc G. Fournier
- Re: plperlng - testimport: try 7 Kris Jurka
- Re: plperlng - testimport: try 7 Marc G. Fournier
- pgsql-server: Support assignment to subfields of composite columns in [email protected] (Tom Lane)
- pgsql-server: Fix slightly-wrong syntax error messages from bootstrap [email protected] (Tom Lane)
- pgsql-server: Add regression tests for CSV COPY format. [email protected] (Bruce Momjian)
- pgsql-server: New Directory [email protected] (Bruce Momjian)
- pgsql-server: Add pg_ctl native language files for Russian. [email protected] (Bruce Momjian)
- pgsql-server: Add: > * Order heap pointers on hash index pages by hash [email protected] (Bruce Momjian)
- pgsql-server: Add Brazilian version of FAQ. [email protected] (Bruce Momjian)
- pgsql-server: Add Brazilian version of FAQ. [email protected] (Bruce Momjian)
- pgsql-server: Modify: < * Order heap pointers on hash index pages by [email protected] (Bruce Momjian)
- pgsql-server: Add: > * Allow pg_dump to use multiple -t and -n switches [email protected] (Bruce Momjian)
- pgsql-server: Reword: < * Allow hash buckets to fill disk pages, rather [email protected] (Bruce Momjian)
- pgsql-server: Handle multiple double-quoted strings using Win32's [email protected] (Bruce Momjian)
- pgsql-server: New translation [email protected] (Peter Eisentraut)
- pgsql-server: Translation update [email protected] (Peter Eisentraut)
- pgsql-server: Translation update [email protected] (Peter Eisentraut)
- pgsql-server: Translation update [email protected] (Peter Eisentraut)
- pgsql-server: Translation updates [email protected] (Peter Eisentraut)
- pgsql-server: Use START for pg_ctl background runs on Win32, from [email protected] (Bruce Momjian)
- pgsql-server: Add START background code for another code path, per [email protected] (Bruce Momjian)
- pgsql-server: Clean up generation of default names for constraints, [email protected] (Tom Lane)
- pgsql-server: Use /B to start so a new window isn't created, per Andrew [email protected] (Bruce Momjian)
- pqa - pqa: Added some error reporting support [email protected] (User Tom)
- pgsql-server: Fix oversight in recent ALTER TABLE improvements. [email protected] (Tom Lane)
- pgsql-server: Make ALTER TABLE ADD SERIAL work reasonably in inheritance [email protected] (Tom Lane)
- pgsql-server: Done: > * -Print table names with constraint names in [email protected] (Bruce Momjian)
- pgsql-server: Adjust cost_nonsequential_access() to have more reasonable [email protected] (Tom Lane)
- pgsql-server: More quoting cleanups for Win32's pg_ctl. [email protected] (Bruce Momjian)
- pgsql-server: Attached is a patch that takes care of the PATHSEP issue. [email protected] (Bruce Momjian)
- pgsql-server: Translation updates [email protected] (Peter Eisentraut)
- pgsql-server: More restructuring to use Win32 START with paths needing [email protected] (Bruce Momjian)
- Re: pgsql-server: Fix oversight in recent ALTER TABLE Christopher Kings-Lynne
- Re: pgsql-server: Clean up generation of default names Christopher Kings-Lynne
- pgsql-server: When using extended-query protocol, postpone planning of [email protected] (Tom Lane)
- Re: pgsql-server: Fix oversight in recent ALTER TABLE Tom Lane
- Re: pgsql-server: Clean up generation of default names Tom Lane
- pgsql-server: This patch updates pgpipe() on win32 to log exactly which [email protected] (Bruce Momjian)
- pgsql-server: >> It certainly doesn't. [email protected] (Bruce Momjian)
- pgsql-server: The attached tiny patch removes spurious carriage returns [email protected] (Bruce Momjian)
- pgsql-server: Another fix for Win32 START. [email protected] (Bruce Momjian)
- pgsql-server: Add URL about Win32 quoting behavior. [email protected] (Bruce Momjian)
- pgsql-server: Cleanup use of Win32 START by using "" for title. [email protected] (Bruce Momjian)
- pgsql-server: Add some code to Assert that when we release pin on a [email protected] (Tom Lane)
- pgsql-server: Use sizeof() rather than strlen() in array size. [email protected] (Bruce Momjian)
- pgsql-server: StrategyDirtyBufferList wasn't being careful to honor [email protected] (Tom Lane)
- pgsql-server: ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles [email protected] (Bruce Momjian)
- pgsql-server: ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles [email protected] (Bruce Momjian)
- pgsql-server: Stamp 7.4.3. [email protected] (Bruce Momjian)
- pqa - pqa: Renaming the log readers to clarify their purpose [email protected] (User Tom)
- pqa - pqa: Mysql -> MySQL [email protected] (User Tom)
- pqa - pqa: Making all the readers look the same in preparation for [email protected] (User Tom)
- pqa - pqa: Continuing to make the xLogReader classes look the same [email protected] (User Tom)
- pgsql-server: Update release notes for 7.4.3. [email protected] (Bruce Momjian)
- pgsql-server: Update release notes for 7.4.3. [email protected] (Bruce Momjian)
- pgsql-server: Fix markup [email protected] (Bruce Momjian)
- pgsql-server: Fix markup [email protected] (Bruce Momjian)
- pgsql-server: Markup fix. [email protected] (Bruce Momjian)
- pgsql-server: Markup fix. [email protected] (Bruce Momjian)
- pgsql-server: Improve release wording. [email protected] (Bruce Momjian)
- pgsql-server: Some editorializing on 7.4.3 release notes. [email protected] (Tom Lane)
- pgsql-server: Some editorializing on 7.4.3 release notes. [email protected] (Tom Lane)
-
pgsql-server: Now needs to include
. [email protected] (Tom Lane) -
pgsql-server: Now needs to include
. [email protected] (Tom Lane) - pginstaller - pginst: pg_encoding is no longer built, so remove from MSI [email protected] (User Mha)
- Re: plperlng - testimport: try 7 Peter Eisentraut
- pginstaller - pginst: Version in the installer database has to be [email protected] (User Mha)
- plperlng - testimport: try 8 [email protected] (User Andrewd)
- Re: plperlng - testimport: try 8 Marc G. Fournier
- Re: plperlng - testimport: try 7 Peter Eisentraut
- Re: plperlng - testimport: try 7 Marc G. Fournier
- pgsql-server: Suppress compile warnings on machines where the [email protected] (Tom Lane)
- pgsql-server: Correct erroneous table title, per Halley Pacheco de [email protected] (Tom Lane)
- pgsql-server: Correct erroneous table title, per Halley Pacheco de [email protected] (Tom Lane)
- pgsql-server: Code review for recently-added network functions. [email protected] (Tom Lane)
- pgsql-server: Translation update [email protected] (Peter Eisentraut)
- pgsql-server: Translation update [email protected] (Peter Eisentraut)
- pgsql-server: Remove README.CVS when making a distribution. [email protected] (Peter Eisentraut)
- pgsql-server: Remove README.CVS when making a distribution. [email protected] (Peter Eisentraut)
- pgsql-server: Give inet/cidr datatypes their own hash function that [email protected] (Tom Lane)
- pgsql-server: Re-add: > * Remove unreferenced table files and temp [email protected] (Bruce Momjian)
- pgsql-server: Updated wording: < * Remove unreferenced table files and [email protected] (Bruce Momjian)
- pgsql-server: Add missing PQclear(). [email protected] (Tatsuo Ishii)
- pgsql-server: New wording: < in-progress when the server crashed > [email protected] (Bruce Momjian)
- pgsql-server: New wording: < in-progress when the server terminates [email protected] (Bruce Momjian)
- pginstaller - pginst: New welcome doc. [email protected] (User Dpage)
- pginstaller - pginst: Updated various text fields. [email protected] (User Dpage)
- pgsql-server: Arrange to explicitly stop the pgstat processes at the [email protected] (Tom Lane)
- pgsql-server: Fix doc bug: to_timestamp() returns timestamptz, not plain [email protected] (Tom Lane)
- pqa - pqa: Improving MySQL report; now it should skip Connect statements [email protected] (User Tom)
- pqa - pqa: Couple o' changelog entries [email protected] (User Tom)
- pqa - pqa: pglog is now the default logtype [email protected] (User Tom)
- pgsql-server: Represent type-specific length coercion functions as [email protected] (Tom Lane)
- pgsql-server: Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT [email protected] (Bruce Momjian)
- pgsql-server: Improve comment. [email protected] (Bruce Momjian)
- pgsql-server: Fix DatabaseMetaData results for determining foreign key [email protected] (Kris Jurka)
- pgsql-server: Do PGAC_FUNC_GETPWUID_R_5ARG check with the proper thread [email protected] (Bruce Momjian)
- pgsql-server: When deleteRow() is called on an updateable ResultSet the [email protected] (Kris Jurka)
- pgsql-server: Bump the build number to relase a new version. [email protected] (Kris Jurka)
- pginstaller - pginst: Add feature for initdb (directory can be changed) [email protected] (User Mha)
- pginstaller - pginst: New Directory [email protected] (User Mha)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: First load of the entire suite onto [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: New Directory [email protected] (User Wieck)
- pgsql-server: Don't throw an Exception in locatorsUpdateCopy() even [email protected] (Kris Jurka)
- pgsql-server: Added patch by ISHIDA Akio to allow indicators in execute [email protected] (Michael Meskes)
- pgsql-server: Added patch by ISHIDA Akio to allow indicators in execute [email protected] (Michael Meskes)
- pgsql-server: The attached patch adds some index entries pointing to the [email protected] (Bruce Momjian)
- plperlng - plperlng: Added "this is a drop-in replacement" message [email protected] (User Dfetter)
- plperlng - plperlng: Fixed initial patch to work against CVS HEAD. [email protected] (User Dfetter)
- plperlng - plperlng: Imported Sources [email protected] (User Andrewd)
- pgsql-server: Foreign key information results should have column name [email protected] (Kris Jurka)
- pgsql-server: Tablespaces. [email protected] (Tom Lane)
- pgsql-server: Done: > * -Add the concept of dataspaces/tablespaces [email protected] (Bruce Momjian)
- pgsql-server: Remove tablespaces TODO.detail. [email protected] (Bruce Momjian)
- pgsql-server: Add: > * Allow reporting of which objects are in which [email protected] (Bruce Momjian)
- pgsql-server: initlocation is history. [email protected] (Tom Lane)
- pgsql-server: Replace createdb's obsolete --location switch with [email protected] (Tom Lane)
- tpc-w-php - tpcw-benchmark: Removed emacs-droppings. [email protected] (User Dfetter)
- pqa - pqa: rls preps [email protected] (User Tom)
- pqa - pqa: rls preps [email protected] (User Tom)
- pqa - pqa: Oops, added applicability check to text aggregator [email protected] (User Tom)
- pgsql-server: Add: > * Fix oid2name and dbsize for tablespaces [email protected] (Bruce Momjian)
- Re: pgsql-server: Give inet/cidr datatypes their own hash Bruce Momjian
- pgsql-server: Enable thread safety for win32.mak build of PostgreSQL. [email protected] (Bruce Momjian)
- pgsql-server: Add changes to support threads on Win32 native port at [email protected] (Bruce Momjian)
- pgsql-server: New Directory [email protected] (Bruce Momjian)
- Re: pgsql-server: Give inet/cidr datatypes their own hash Tom Lane
- pgsql-server: Fix Makefile syntax. [email protected] (Bruce Momjian)
- pgsql-server: Fix oversight in recent rowtype-handling improvements: [email protected] (Tom Lane)
- pgsql-server: s_lock_test requires libpgport to build now. [email protected] (Tom Lane)
-
pgsql-server: Looks like s_lock_test needs
on some platforms. [email protected] (Tom Lane) - pgsql-server: Adjust TAS assembly as per recent discussions: use [email protected] (Tom Lane)
- pgsql-server: Add pgevent, with docs explaining out to install it on [email protected] (Bruce Momjian)
- plperlng - CVSROOT: change lockdir [email protected] (User Andrewd)
- pgsql-server: Synced parser and keyword list. [email protected] (Michael Meskes)
- pgsql-server: Rename pg_tablespaces directory to pg_tblspc, so it is [email protected] (Bruce Momjian)
- pgsql-server: Fix updatable ResultSets stream methods (ascii, character, [email protected] (Kris Jurka)
- pgsql-server: Fix some problems with result sets positioned before the [email protected] (Kris Jurka)
- pgsql-server: Rename the built-in tablespaces to pg_default and [email protected] (Tom Lane)
- pgsql-server: Fix pg_dump and pg_dumpall for new names of built-in [email protected] (Tom Lane)
- pgsql-server: Add comment about rationale for continuing to use C [email protected] (Tom Lane)
- sql2pg - mssqlext: Case insensitive data type defined [email protected] (User Shachar)
- sql2pg - mssqlext: Alter cast priority to favour case insensitive [email protected] (User Shachar)
- sql2pg - mssqlext: Rename "addtype" to more descriptive "utinyint" [email protected] (User Shachar)
- sql2pg - mssqlext: Add call optimization hints [email protected] (User Shachar)
- pgsql-server: Close the existing socket connection when reverting to the [email protected] (Kris Jurka)
- pgsql-server: Fix information schema views to return NULL for precision [email protected] (Tom Lane)
- pgsql-server: Fix stupid bug in installcheck [email protected] (Teodor Sigaev)
- pgsql-server: Remove link: < [email protected] (Bruce Momjian)
- pgsql-server: Fix stupid bug in installcheck [email protected] (Teodor Sigaev)
- pgsql-server: 1 Fix affixes with void replacement (AFAIK, it's only [email protected] (Teodor Sigaev)
- pgsql-server: Previous commit wasnt full... [email protected] (Teodor Sigaev)
- pginstaller - pginst: Tidy up dialogues and add headings in the blank [email protected] (User Dpage)
- plperlng - plperlng: update for latest patch from CP [email protected] (User Andrewd)
- tpc-w-php - tpcw-benchmark: Moved all user settable options into a [email protected] (User Wieck)
- plperlng - plperlng: test script extracted from README files. [email protected] (User Andrewd)
- tpc-w-php - tpcw-benchmark: Bug fixes and PHP 4.3.3 compatible session [email protected] (User Wieck)
- pginstaller - pginst: Added pga3 msm. [email protected] (User Dpage)
- tpc-w-php - tpcw-benchmark: Fixed problem that caused all Apache server [email protected] (User Wieck)
- pginstaller - pginst: Only install the server on NT derivatives (don't [email protected] (User Dpage)
- tpc-w-php - tpcw-benchmark: Update prebuilt rbe.jar Jan [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: Make built java class files invisible to cvs [email protected] (User Wieck)
- pginstaller - pginst: New, brighter banner. [email protected] (User Dpage)
- pgsql-server: Fix apparently harmless typo. [email protected] (Kris Jurka)
- pgsql-server: Extend pg_ctl to handle service management under WIN32. [email protected] (Tom Lane)
- pgsql-server: Include c.h instead of postgres.h in files that need to be [email protected] (Tom Lane)
-
pgsql-server: Avoid including
on platforms that don't have [email protected] (Tom Lane) - pgsql-server: Add --pwfile option to initdb, so that passwords can be [email protected] (Tom Lane)
- pgsql-server: Add documentation for pg_cancel_backend and [email protected] (Tom Lane)
- pgsql-server: Replace direct fprintf(stderr) calls by write_stderr(), [email protected] (Tom Lane)
- pgsql-server: Translation updates [email protected] (Dennis Bjorklund)
- pgsql-server: Translation updates [email protected] (Dennis Bjorklund)
- pgsql-server: Translation updates [email protected] (Dennis Bjorklund)
- pgsql-server: Add argument name to syntax. [email protected] (Dennis Bjorklund)
- pgsql-server: Translation updates [email protected] (Dennis Bjorklund)
- pgsql-server: Translation updates [email protected] (Dennis Bjorklund)
- pgsql-server: Make pg_ctl possible to translate. [email protected] (Dennis Bjorklund)
- pgsql-server: Swedish translation of pg_ctl. [email protected] (Dennis Bjorklund)
- pgsql-server: Translation updates [email protected] (Dennis Bjorklund)
- pgsql-server: #ifdef out file permissions check on SSL key file when on [email protected] (Tom Lane)
- pgsql-server: Add pg_get_serial_sequence() function, and cause pg_dump [email protected] (Tom Lane)
- pgsql-server: Translation updates [email protected] (Dennis Bjorklund)
- pgsql-server: Support renaming of tablespaces, and changing the owners [email protected] (Tom Lane)
- pgsql-server: Fix to work better with Exuberant's version of ctags. [email protected] (Tom Lane)
- pgsql-server: Translation updates [email protected] (Dennis Bjorklund)
- pgsql-server: Translation updates: update-po [email protected] (Dennis Bjorklund)
- pgsql-server: Translation updates [email protected] (Dennis Bjorklund)
- pgsql-server: Adjust pgstat message definitions so that the target [email protected] (Tom Lane)
- tpc-w-php - tpcw-benchmark: Allow images to be stored on a separate [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: Updated rbe.jar Jan [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: Completely enable images served from another [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: Remember C_ID (if given) in $_SESSION Jan [email protected] (User Wieck)
- tpc-w-php - tpcw-benchmark: Small fix Jan [email protected] (User Wieck)
- plperlng - plperlng: update for latest CP code drop pgindent run on [email protected] (User Andrewd)
- plperlng - plperlng: updated README files for latest CP code drop [email protected] (User Andrewd)
- pgsql-server: Translation updates [email protected] (Dennis Bjorklund)
- pgsql-server: - Only use typedefs inside their scope. [email protected] (Michael Meskes)
- pgsql-server: - Only use typedefs inside their scope. [email protected] (Michael Meskes)
- plperlng - plperlng: spelling fixes, function header comments added, [email protected] (User Andrewd)
- pgsql-server: Fix bogus line break within a file name, as noted by [email protected] (Tom Lane)
- pgsql-server: Fix some bogus code in ConstBit production --- it managed [email protected] (Tom Lane)
- Re: pgsql-server: Fix some bogus code in ConstBit production --- it managed Tom Lane
- pgsql-server: Remove some no-longer-needed #includes. [email protected] (Tom Lane)
- pgsql-server: Arrays can be read as arrays or as character strings now. [email protected] (Michael Meskes)
- pgsql-server: 1 Eliminate duplicate field HLWORD->skip 2 Rework support [email protected] (Teodor Sigaev)
- plperlng - plperlng: corrected hsh key count optimization from Abhijit [email protected] (User Andrewd)
- plperlng - plperlng: revert optimization from Abhijit Menon-Sen changed [email protected] (User Andrewd)
- tpc-w-php - tpcw-benchmark: Moved the session garbage collection into a [email protected] (User Wieck)
- autodoc - autodoc: From: Bort, Paul Subject: RE: Patch for Dia [email protected] (User Rbt)
- plperlng - plperlng: From Joe Conway: - allow functions to return [email protected] (User Andrewd)
- pgsql-server: Override upstream DSSSL style sheet formatting changes [email protected] (Peter Eisentraut)
- pgsql-server: Override upstream DSSSL style sheet formatting changes [email protected] (Peter Eisentraut)
- pgsql-server: Comma splice police [email protected] (Peter Eisentraut)
- pgsql-server: Added SET DESCRIPTOR command. [email protected] (Michael Meskes)
- pgsql-server: Revert mistaken #include change, per Merlin Moncure. [email protected] (Tom Lane)
- plperlng - plperlng: handle undef <-> NULL properly [email protected] (User Andrewd)
- pgsql-server: Nested transactions. [email protected] (Tom Lane)
- plperlng - plperlng: fix comments in plperl.c fix linking flags in [email protected] (User Andrewd)