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
Age
Commit message (
Expand
)
Author
2000-01-14
* User management commands no longer user pg_exec_query_dest -> more robust
Peter Eisentraut
2000-01-14
Clean up some problems in new asynchronous-connection logic
Tom Lane
2000-01-14
Make PSQLexec's behavior on loss of connection more reasonable;
Tom Lane
2000-01-14
Make connection-failed messages a little friendlier on
Tom Lane
2000-01-14
Remove redundant and now-incorrect declaration of pstrdup.
Tom Lane
2000-01-14
Bump catversion to ensure initdb.
Tom Lane
2000-01-14
Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't
Tom Lane
2000-01-13
Fixed everything in and surrounding createdb and dropdb to make it more
Peter Eisentraut
2000-01-13
initdb didn't load pg_description
Peter Eisentraut
2000-01-13
Add UDC (User Defined Characters) support to SJIS/EUC_JP conversion
Tatsuo Ishii
2000-01-12
Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.
Peter Eisentraut
2000-01-12
Multi-byte case fix by Oliver Elphick (olly@lfix.co.uk)
Tatsuo Ishii
2000-01-12
Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS.
Tom Lane
2000-01-12
In PQfn(), defend against too many args, and avoid dependency
Tom Lane
2000-01-12
RemoveFunction didn't defend against too many args.
Tom Lane
2000-01-12
Defend against > INDEX_MAX_KEYS keys in an index.
Tom Lane
2000-01-12
CommentProc was careless about too many arguments.
Tom Lane
2000-01-12
Put back erroneously removed zeroing of sentinel elements
Tom Lane
2000-01-11
Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should.
Tom Lane
2000-01-11
oid8 => oidvector in alter_table regress test
Tom Lane
2000-01-11
Another FUNC_MAX_ARGS tweak.
Tom Lane
2000-01-11
Wrong boundary condition on number-of-args check.
Tom Lane
2000-01-11
Ah-hah, there are attribute size constants lurking here too.
Tom Lane
2000-01-11
Use symbolic INDEX_MAX_KEYS in pg_type entries for oidvector
Tom Lane
2000-01-11
Correct hardwired type information in bootstrap.
Tom Lane
2000-01-11
Remove no-longer-used symbols.
Tom Lane
2000-01-11
More cleanups. Still doesn't work.
Bruce Momjian
2000-01-11
More cleanups.
Bruce Momjian
2000-01-11
More fixes, but still need +1 for FUNC_MAX_ARGS
Bruce Momjian
2000-01-11
Remove outdated comment about 8 arguments.
Tom Lane
2000-01-10
Fix initdb so it works, but still only for 8.
Bruce Momjian
2000-01-10
Update type stuff.
Bruce Momjian
2000-01-10
Cleanup for func args > 8.
Bruce Momjian
2000-01-10
More updates for function call interface > 8.
Bruce Momjian
2000-01-10
Update fmgr to allow 32 arguments.
Bruce Momjian
2000-01-10
Make number of args to a function configurable.
Bruce Momjian
2000-01-10
Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.
Bruce Momjian
2000-01-10
Update int28out and out8out and _in_ functions to handle trailing zeros
Bruce Momjian
2000-01-10
Improve cache invalidation handling. Eespecially
Hiroshi Inoue
2000-01-10
Fix oid8in and int28in for spaces
Bruce Momjian
2000-01-10
Move fixes for >8 indexed fields.
Bruce Momjian
2000-01-10
Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.
Bruce Momjian
2000-01-10
Repair subtle VACUUM bug that led to 'HEAP_MOVED_IN was not expected'
Tom Lane
2000-01-09
Update platform-specific-expected-file support so that platforms can be
Tom Lane
2000-01-09
install_plpgsql is no longer a regress test (it's done via createlang);
Tom Lane
2000-01-09
Add SetPidFile() and friends.
Tatsuo Ishii
2000-01-09
Do not start if postmaster is running.
Tatsuo Ishii
2000-01-09
Move SetPidFile() and firends to utils/init/miscinit.c from
Tatsuo Ishii
2000-01-09
Move SetPidFile() and firends to utils/init/miscinit.c so that
Tatsuo Ishii
2000-01-09
Add more portability to echo -n (code stolen from createlang)
Tatsuo Ishii
[next]