| Commit message (Expand) | Author | Age |
* | Add extern int optreset declaration, per bug report from <info@decc.nl>. | Peter Eisentraut | 2001-04-19 |
* | Fix "off by VARHDRSZ" bug in (Cyrillic) recode support. | Peter Eisentraut | 2001-04-19 |
* | Kluge solution for Alex Pilosov's report of problems with whole-tuple | Tom Lane | 2001-04-19 |
* | Add a crash gurard to pg_encoding_mblen in case of an invalid encoding | Tatsuo Ishii | 2001-04-19 |
* | Further tweaking of error messages for cases involving attributes & | Tom Lane | 2001-04-18 |
* | Make the world safe for passing whole rows of views to functions. This | Tom Lane | 2001-04-18 |
* | Make rule lister do the right thing with Vars representing whole tuples. | Tom Lane | 2001-04-18 |
* | Add some defenses to guard against case where a rule refers to a table | Tom Lane | 2001-04-17 |
* | Avoid reversing user-given order of WHERE clauses while attaching clauses | Tom Lane | 2001-04-16 |
* | Correction for mathematical properties in Unicode converison maps. | Tatsuo Ishii | 2001-04-16 |
* | getdatabaseencoding() and PG_encoding_to_char() were being sloppy about | Tom Lane | 2001-04-16 |
* | Remove error report from pq_endmessage when pq_putmessage fails. The | Tom Lane | 2001-04-16 |
* | Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ON | Tom Lane | 2001-04-15 |
* | Prevent generation of invalid plans for RIGHT or FULL joins with multiple | Tom Lane | 2001-04-15 |
* | Add debug_query_string global variable for pgmonitor and debugging use. | Bruce Momjian | 2001-04-14 |
* | Another try at making numeric MODULO operator produce the right answer. | Tom Lane | 2001-04-14 |
* | Fix comment that Vadim found confusing. | Tom Lane | 2001-04-05 |
* | StartupXLOG(): initialize XLogCtl->Insert to new page if there is | Vadim B. Mikheev | 2001-04-05 |
* | Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to | Tom Lane | 2001-04-04 |
* | Have to lock buffer while changing page' LSN. | Vadim B. Mikheev | 2001-04-04 |
* | Log sequence creation (to initialize magic number on recovery). | Vadim B. Mikheev | 2001-04-03 |
* | Correct bogus mktime() calls. | Tom Lane | 2001-04-03 |
* | Check for failure of malloc() and realloc() when allocating space for | Tom Lane | 2001-04-03 |
* | open(2) flags saved for re-opening a virtual file should probably not | Tom Lane | 2001-04-03 |
* | Restore pre-7.1 behavior of allowing DROP of a table whose underlying | Tom Lane | 2001-04-02 |
* | _mdfd_getrelnfd() should include kernel error code in failure message. | Tom Lane | 2001-04-02 |
* | Complain if the same column name is inherited from multiple parents | Tom Lane | 2001-04-02 |
* | Disable creation of indexes on system tables. | Bruce Momjian | 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 |
* | Planner wasn't correctly handling adjustment of tuple_fraction for the | Tom Lane | 2001-04-01 |
* | Re-allow specification of a new default value for an inherited column | Tom Lane | 2001-03-30 |
* | Rename 'random_seed' back to 'seed'. | Peter Eisentraut | 2001-03-29 |
* | Quick hack to fix Oliver Elphick's problem with subselects in an | Tom Lane | 2001-03-27 |
* | Repair pgindent damage to comments. | Tom Lane | 2001-03-27 |
* | The following patch updates the FAQ_AIX and makes C++ code work with | Bruce Momjian | 2001-03-27 |
* | Spell __volatile__ correctly. | Tom Lane | 2001-03-27 |
* | Add period to message. | Bruce Momjian | 2001-03-26 |
* | Change message to _the_ administrator. There is only one administrative | Bruce Momjian | 2001-03-26 |
* | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 |
* | Fix code that incorrectly assumed a 'char foo[N]' local variable would | Tom Lane | 2001-03-25 |
* | When using 'long long int' for int64 type, check to see if the compiler | Tom Lane | 2001-03-23 |
* | Mark exception and assert global variables as DLLIMPORT, so that plpgsql | Tom Lane | 2001-03-23 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | Fix Joubert's complaint that int8-sized numeric literals are mishandled | Tom Lane | 2001-03-22 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Check bufHdr->cntxDirty and call StartBufferIO in BufferSync() | Vadim B. Mikheev | 2001-03-21 |
* | Fix 'ps' WAIT status display bug on setproctitle() platforms, cleared by | Bruce Momjian | 2001-03-20 |
* | Tweak out-of-memory error messages to include the request size, so that | Tom Lane | 2001-03-19 |