index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2003-03-29
Simplify 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-28
Add code to apply some simple sanity checks to the header fields of a
Tom Lane
2003-03-27
Fix bogus coding of SET DEFAULT ri triggers ... or at least make it less
Tom Lane
2003-03-27
Fix syntax error in to_char fixes --- was defining variable in main code
Bruce Momjian
2003-03-27
Add new files.
Bruce Momjian
2003-03-27
This patch implements holdable cursors, following the proposal
Bruce Momjian
2003-03-27
to_char fixes, Karel Zak
Bruce Momjian
2003-03-27
GetTupleForTrigger must use outer transaction's command counter for time
Tom Lane
2003-03-25
Merge documentation into one book. (Build with "make html".) Replace
Peter Eisentraut
2003-03-24
Ignore SIGXFSZ (if platform has it), so that ulimit violations work like
Tom Lane
2003-03-24
Modify keys_are_unique optimization to release buffer pins before it
Tom Lane
2003-03-24
Add comment to postgresql.conf:
Bruce Momjian
2003-03-24
Prevent multiple queries in a single string into a single transaction
Bruce Momjian
2003-03-23
Adjust amrescan code so that it's allowed to call index_rescan with a
Tom Lane
2003-03-23
Instead of storing pg_statistic stavalues entries as text strings, store
Tom Lane
2003-03-23
Tweak selectivity and related routines to cope with domains. Per report
Tom Lane
2003-03-22
Department of second thoughts: probably shouldn't use nth() to get the
Tom Lane
2003-03-22
Fix comment-only query to return Null result set, rather than nothing.
Bruce Momjian
2003-03-22
Back out to_char fixes until regression tests are fixed.
Bruce Momjian
2003-03-22
Adjust subquery qual pushdown rules to be more forgiving: if a qual
Tom Lane
2003-03-21
Fix compile warning.
Tom Lane
2003-03-21
Add hostmask() function:
Bruce Momjian
2003-03-21
Make "win" a separate port from "cygwin". This means you can now
Peter Eisentraut
2003-03-21
Fix ALTER TABLE / CLUSTER ON breakage.
Bruce Momjian
2003-03-21
Allow error query to start transaction in autocommit off mode.
Bruce Momjian
2003-03-21
Fix sequence casting.
Bruce Momjian
2003-03-21
Reimplement NUMERIC datatype using base-10000 arithmetic; also improve
Tom Lane
2003-03-20
This patch creates a function named pg_get_triggerdef that takes the oid of
Bruce Momjian
2003-03-20
Add ALTER TABLE <tablename> CLUSTER ON <indexname>
Bruce Momjian
2003-03-20
It would also be handy if users could see their own pg_stat_activity
Bruce Momjian
2003-03-20
Todo items:
Bruce Momjian
2003-03-20
Attached is a patch that limits the range tested by horology to
Bruce Momjian
2003-03-20
Peter found bug in the to_char() routine for PL/MI options. This
Bruce Momjian
2003-03-20
> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h
Bruce Momjian
2003-03-20
"Information_schema" changes
Bruce Momjian
2003-03-20
> I can see a couple possible downsides: (a) the library might have some
Bruce Momjian
2003-03-20
Add start time to pg_stat_activity
Bruce Momjian
2003-03-15
Arrange to print the relevant key values when reporting a foreign-key
Tom Lane
2003-03-15
A typo in src/backend/libpq/hba.c breaks local ident authentication
Bruce Momjian
2003-03-14
Remove unneeded dash blocks around function start comments.
Bruce Momjian
2003-03-14
Make eval_const_expressions simplify FieldSelect from a whole-row Var
Tom Lane
2003-03-14
Prevent infinite loop in ln_var() due to roundoff error.
Tom Lane
2003-03-13
GROUP BY got confused if there were multiple equal() GROUP BY items.
Tom Lane
2003-03-11
Add explicit tests for division by zero to all user-accessible integer
Tom Lane
2003-03-11
Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
Tom Lane
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-03-10
Restructure parsetree representation of DECLARE CURSOR: now it's a
Tom Lane
2003-03-09
Revise tuplestore and nodeMaterial so that we don't have to read the
Tom Lane
[next]