summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-10-08Add runtime configuration option "silent_mode".Tatsuo Ishii
2000-10-08Tom Lane wrote:Bruce Momjian
2000-10-08Back out:Bruce Momjian
2000-10-08Hello,Bruce Momjian
2000-10-07 The beos port in the source tree doesn't even compile. and evenBruce Momjian
2000-10-07Arrange that no database accesses are attempted during parser() --- thisTom Lane
2000-10-05Add proofreader's changes to docs.Bruce Momjian
2000-10-05Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane
2000-10-04Btree WAL logging.Vadim B. Mikheev
2000-10-03Better coding of readline testsPeter Eisentraut
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
2000-10-02Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut
2000-10-02Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian
2000-10-02Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane
2000-09-29Please apply the following patch to fix problems with the AIX portBruce Momjian
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-09-29Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-09-25Use variable aliases, if supplied, rather than real column names inTom Lane
2000-09-25Karel missed an ichar->chr ...Tom Lane
2000-09-25 the patch include:Bruce Momjian
2000-09-19Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane
2000-09-19Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-09-15Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-09-12Btree WAL records.Vadim B. Mikheev
2000-09-12This patch implements the following command:Bruce Momjian
2000-09-12This patch implements a different "relkind"Bruce Momjian
2000-09-10This is temporal place holder for Relation File Node tillVadim B. Mikheev
2000-09-07Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev
2000-09-06A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-09-05Added functionsJan Wieck
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-29Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut
2000-08-29 * to_char:Bruce Momjian
2000-08-29Update obsolete comments.Tom Lane
2000-08-27Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut
2000-08-26Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane
2000-08-25Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane
2000-08-25Change return type of:Tatsuo Ishii
2000-08-25Make the location of the Kerberos server key file run time configurablePeter Eisentraut
2000-08-24GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane
2000-08-24SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane
2000-08-23Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart
2000-08-22Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane
2000-08-21Move pg_checkretval out of the planner (where it never belonged) intoTom Lane
2000-08-21fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane
2000-08-21First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane