summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2003-03-29Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut
2003-03-29[ Backpatch to 7.3.X.]Bruce Momjian
2003-03-29[ Backpatch to 7.3.X.]Bruce Momjian
2003-03-28Add code to apply some simple sanity checks to the header fields of aTom Lane
2003-03-27Fix bogus coding of SET DEFAULT ri triggers ... or at least make it lessTom Lane
2003-03-27Fix syntax error in to_char fixes --- was defining variable in main codeBruce Momjian
2003-03-27Add new files.Bruce Momjian
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-27to_char fixes, Karel ZakBruce Momjian
2003-03-27GetTupleForTrigger must use outer transaction's command counter for timeTom Lane
2003-03-25Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut
2003-03-24Ignore SIGXFSZ (if platform has it), so that ulimit violations work likeTom Lane
2003-03-24Modify keys_are_unique optimization to release buffer pins before itTom Lane
2003-03-24Add comment to postgresql.conf:Bruce Momjian
2003-03-24Prevent multiple queries in a single string into a single transactionBruce Momjian
2003-03-23Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane
2003-03-23Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane
2003-03-23Tweak selectivity and related routines to cope with domains. Per reportTom Lane
2003-03-22Department of second thoughts: probably shouldn't use nth() to get theTom Lane
2003-03-22Fix comment-only query to return Null result set, rather than nothing.Bruce Momjian
2003-03-22Back out to_char fixes until regression tests are fixed.Bruce Momjian
2003-03-22Adjust subquery qual pushdown rules to be more forgiving: if a qualTom Lane
2003-03-21Fix compile warning.Tom Lane
2003-03-21Add hostmask() function:Bruce Momjian
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-03-21Fix ALTER TABLE / CLUSTER ON breakage.Bruce Momjian
2003-03-21Allow error query to start transaction in autocommit off mode.Bruce Momjian
2003-03-21Fix sequence casting.Bruce Momjian
2003-03-21Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane
2003-03-20This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian
2003-03-20Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian
2003-03-20It would also be handy if users could see their own pg_stat_activityBruce Momjian
2003-03-20Todo items:Bruce Momjian
2003-03-20Attached is a patch that limits the range tested by horology toBruce Momjian
2003-03-20 Peter found bug in the to_char() routine for PL/MI options. ThisBruce Momjian
2003-03-20> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.hBruce Momjian
2003-03-20"Information_schema" changesBruce Momjian
2003-03-20> I can see a couple possible downsides: (a) the library might have someBruce Momjian
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-03-15Arrange to print the relevant key values when reporting a foreign-keyTom Lane
2003-03-15A typo in src/backend/libpq/hba.c breaks local ident authenticationBruce Momjian
2003-03-14Remove unneeded dash blocks around function start comments.Bruce Momjian
2003-03-14Make eval_const_expressions simplify FieldSelect from a whole-row VarTom Lane
2003-03-14Prevent infinite loop in ln_var() due to roundoff error.Tom Lane
2003-03-13GROUP BY got confused if there were multiple equal() GROUP BY items.Tom Lane
2003-03-11Add explicit tests for division by zero to all user-accessible integerTom Lane
2003-03-11Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2003-03-09Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane