Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Disable creation of indexes on system tables. | Bruce Momjian | 2001-04-02 |
| | |||
* | Synced pgc.l with scan.l. | Michael Meskes | 2001-04-02 |
| | |||
* | Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski. | Tom Lane | 2001-04-02 |
| | |||
* | Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works | Tom Lane | 2001-04-02 |
| | | | | now on VAX NetBSD. Hence, remove #ifdef'd disable tests. | ||
* | Planner wasn't correctly handling adjustment of tuple_fraction for the | Tom Lane | 2001-04-01 |
| | | | | case of LIMIT in a sub-select. | ||
* | RC2 preparations ... | Marc G. Fournier | 2001-04-01 |
| | |||
* | Patch to put rudimentary dependency support into pg_dump. This addresses | Philip Warner | 2001-04-01 |
| | | | | | | | | | | | | the UDT/function order problem. - Rudimentary support for dependencies in archives. Uses dependencies to modify the OID used in sorting TOC entries. This will NOT handle multi-level dependencies, but will manage simple relationships like UDTs & their functions. - Treat OIDs with more respect (avoid using ints, use macros for conversion & comparison). | ||
* | Update TODO list. | Bruce Momjian | 2001-04-01 |
| | |||
* | On Cygwin, do initial connect() call in blocking mode, per report from | Tom Lane | 2001-03-31 |
| | | | | Jason Tishler. | ||
* | pqWait() should check for exception status as well as read or write | Tom Lane | 2001-03-31 |
| | | | | | | ready. It appears that most (all?) Unixen will consider a socket to be read or write ready if it has an error condition, but of course Microsoft does things differently. | ||
* | Update TODO list. | Bruce Momjian | 2001-03-31 |
| | |||
* | Add elog file. | Bruce Momjian | 2001-03-31 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-03-31 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-03-31 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-03-31 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-03-31 |
| | |||
* | Re-allow specification of a new default value for an inherited column | Tom Lane | 2001-03-30 |
| | | | | | | in CREATE TABLE, but give a warning notice. Clean up inconsistent handling of defaults and NOT NULL flags from multiply-inherited columns. Per pghackers discussion 28-Mar through 30-Mar. | ||
* | Update TODO list. | Bruce Momjian | 2001-03-30 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-03-30 |
| | |||
* | Marc-Andre is changing where DateTime goes. This change allows the module | D'Arcy J.M. Cain | 2001-03-30 |
| | | | | | to work either way. Change submitted by Andrew Kuchling <akuchlin@mems-exchange.org> | ||
* | Correct indenting in _quote() function. | D'Arcy J.M. Cain | 2001-03-30 |
| | | | | Fix submitted by Andrew Kuchling <akuchlin@mems-exchange.org> | ||
* | Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData | Tom Lane | 2001-03-30 |
| | | | | | | as six bytes not eight. This fixes a regression test failure but more importantly avoids wasting four bytes of pad space in every tuple header. Also add some commentary about what's going on. | ||
* | random_seed => seed ... | Tom Lane | 2001-03-30 |
| | |||
* | Put proper pgaccess Chinese big5 file in place. | Bruce Momjian | 2001-03-29 |
| | |||
* | Rename 'random_seed' back to 'seed'. | Peter Eisentraut | 2001-03-29 |
| | |||
* | small fixes | Peter Eisentraut | 2001-03-29 |
| | |||
* | Applied bug fix by Adriaan Joubert <a.joubert@albourne.com> | Michael Meskes | 2001-03-29 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-03-29 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-03-28 |
| | |||
* | Correct erroneous description of MVCC Read Committed semantics. | Tom Lane | 2001-03-28 |
| | |||
* | Quick hack to fix Oliver Elphick's problem with subselects in an | Tom Lane | 2001-03-27 |
| | | | | | | | inheritance query: make duplicate copies of subplans in adjust_inherited_attrs. When we redesign querytrees we really gotta do something about this issue of whether querytrees are read-only and can share substructure or not. | ||
* | Repair pgindent damage to comments. | Tom Lane | 2001-03-27 |
| | |||
* | > Kinda looks like Ian broke the compile-in-source-dir case while | Bruce Momjian | 2001-03-27 |
| | | | | | | | | > making the compile-in-separate-dir case work. Tut tut. Yes. My apologies. This patch is one way to fix things. Ian | ||
* | The following patch updates the FAQ_AIX and makes C++ code work with | Bruce Momjian | 2001-03-27 |
| | | | | | | | | | | | | | | | | | | more recent versions of the IBM C++ compiler (now called VisualAge C++). The C++ part was previously broken (g++ and xlC), thus this is zero risk. Only AIX specific parts are touched (1 Makefile.shlib line (link with $(COMPILER ) instead of $(CC) and one shell script line (parameter -C to nm to not demangle C++ symbo ls for .exp file)). I thus ask you to please apply this patch before release. With or without this patch RC1 on AIX 4.3.2 RS6000 passes "gmake check" for both the native compiler vac.C 5.0.1 and gcc 2.95.2 :-) Andreas | ||
* | Add changes from Mikhail Terekhov <terekhov@emc.com>. | D'Arcy J.M. Cain | 2001-03-27 |
| | | | | | | Use Extension method from distutils. Cleaned up mismatched indentation styles while I was at it. | ||
* | Add checking for valid database encoding. | Tatsuo Ishii | 2001-03-27 |
| | |||
* | ODBC source code cleanup. Mostly alignment of #define constants. | Bruce Momjian | 2001-03-27 |
| | |||
* | Spell __volatile__ correctly. | Tom Lane | 2001-03-27 |
| | |||
* | OpenBSD resultmap change: | Bruce Momjian | 2001-03-26 |
| | | | | | | | | | I posted this to the list a few days ago, but it was not addressed. Can someone please make the changes to the src/test/regress/resultmap? Thanks. - brandon | ||
* | Add period to message. | Bruce Momjian | 2001-03-26 |
| | |||
* | Change message to _the_ administrator. There is only one administrative | Bruce Momjian | 2001-03-26 |
| | | | | | | account. This connection has been terminated by the administrator. | ||
* | Add #define HAVE_ATEXIT, per report from Magnus. | Tom Lane | 2001-03-26 |
| | |||
* | pqsignal call needs to be #ifndef WIN32, per report from Magnus. | Tom Lane | 2001-03-26 |
| | |||
* | Add multibyte support | Hiroshi Inoue | 2001-03-26 |
| | |||
* | Fix typo | Tatsuo Ishii | 2001-03-26 |
| | |||
* | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 |
| | |||
* | Improve comments for xlog item size #defines. | Tom Lane | 2001-03-25 |
| | |||
* | Update the changes for version 3.2. | D'Arcy J.M. Cain | 2001-03-25 |
| | |||
* | Document the --with-python flag as a simpler way of installing the | D'Arcy J.M. Cain | 2001-03-25 |
| | | | | | | PyGreSQL module when installing PostgreSQL. Document the location of the WIN32 binaries. | ||
* | Update TODO list. | Bruce Momjian | 2001-03-25 |
| |