projects
/
users
/
bernd
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/bernd/postgres.git
2003-02-01
Tom Lane
Remove restriction that cast functions cannot be volati...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Cleaner solution to the problem of loading pre-7.3...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Changes of 6-Sep-02 broke pg_restore's ability to recog...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Fix assign_session_authorization() to not be confused...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Prevent core dump from calling Tcl_DontCallWhenDeleted...
commit
|
commitdiff
|
tree
2003-02-01
Tom Lane
Apply ljb's patch to prevent both memory leak and core...
commit
|
commitdiff
|
tree
2003-01-31
Tom Lane
Make plpython's spi_execute interface handle NULLs...
commit
|
commitdiff
|
tree
2003-01-31
Tom Lane
Clean up plpython error reporting so that its regressio...
commit
|
commitdiff
|
tree
2003-01-31
Tom Lane
Tweak bison build rules so that we get the same error...
commit
|
commitdiff
|
tree
2003-01-31
Tom Lane
Handle mixed-case names properly in plpgsql_parse_tripw...
commit
|
commitdiff
|
tree
2003-01-30
Tom Lane
Fix regression in .pgpass support. From Neil Conway.
commit
|
commitdiff
|
tree
2003-01-29
Tom Lane
Update release history for 7.2.4.
commit
|
commitdiff
|
tree
2003-01-29
Tom Lane
SPI_exec shouldn't return SPI_OK_SELECT if it hasn...
commit
|
commitdiff
|
tree
2003-01-29
Tom Lane
Repair array subscript overrun identified by Yichen...
commit
|
commitdiff
|
tree
2003-01-29
Tom Lane
Fix array subscript overruns identified by Yichen Xie.
commit
|
commitdiff
|
tree
2003-01-28
Tom Lane
Convert variable name to canonical spelling before...
commit
|
commitdiff
|
tree
2003-01-28
Bruce Momjian
Revert off setting mention for client_min_messages.
commit
|
commitdiff
|
tree
2003-01-27
Tom Lane
Prevent core dump when die_horribly() is called with...
commit
|
commitdiff
|
tree
2003-01-24
Tom Lane
Back-patch fix for not shell-quoting editor name, as...
commit
|
commitdiff
|
tree
2003-01-23
Tom Lane
Fix obsolete error message (isImmutable doesn't exist).
commit
|
commitdiff
|
tree
2003-01-23
Tom Lane
Change CREATE TABLE AS / SELECT INTO to create the...
commit
|
commitdiff
|
tree
2003-01-23
Tom Lane
Update 'Mathematical Functions' table to reflect 7...
commit
|
commitdiff
|
tree
2003-01-22
Tom Lane
Make estimation of mergejoin scan selectivities more...
commit
|
commitdiff
|
tree
2003-01-21
Tom Lane
Fix coredump problem in plpgsql's RETURN NEXT. When...
commit
|
commitdiff
|
tree
2003-01-21
Tom Lane
Back-patch typprtlen fix, two other minor post-7.3...
commit
|
commitdiff
|
tree
2003-01-16
Tom Lane
Fix bogus formatting of DROP DATABASE command, per...
commit
|
commitdiff
|
tree
2003-01-16
Tom Lane
Repair an embarrassingly large number of alphabetizatio...
commit
|
commitdiff
|
tree
2003-01-15
Bruce Momjian
More comment cleanups for shared_buffers in postgresql...
commit
|
commitdiff
|
tree
2003-01-15
Bruce Momjian
Update shared_buffer comment in postgresql.conf.
commit
|
commitdiff
|
tree
2003-01-15
Bruce Momjian
This patch fixes an incorrect statement and makes a...
commit
|
commitdiff
|
tree
2003-01-14
Barry Lind
Bumped up build number to 107
commit
|
commitdiff
|
tree
2003-01-14
Barry Lind
Backport to 7.3 of patch to correctly handle fractional...
commit
|
commitdiff
|
tree
2003-01-14
Barry Lind
Patch from Kris Jurka to improve the performance of...
commit
|
commitdiff
|
tree
2003-01-11
Bruce Momjian
Fix capitalization.
commit
|
commitdiff
|
tree
2003-01-11
Tom Lane
Cause symlinks for shared-library versioning to run...
commit
|
commitdiff
|
tree
2003-01-11
Tatsuo Ishii
Fix typo in an error messages
commit
|
commitdiff
|
tree
2003-01-11
Bruce Momjian
> > This patch improves the documentation for the share...
commit
|
commitdiff
|
tree
2003-01-11
Bruce Momjian
A tiny patch to fix a typo in configure.in and another...
commit
|
commitdiff
|
tree
2003-01-10
Tom Lane
Add missing <limits.h> for INT64_IS_BUSTED case.
commit
|
commitdiff
|
tree
2003-01-09
Bruce Momjian
Fix indenting of log_min_error_statement.
commit
|
commitdiff
|
tree
2003-01-09
Tom Lane
Repair inconsistent rounding behavior for timestamp...
commit
|
commitdiff
|
tree
2003-01-08
Bruce Momjian
Remove 'const' from secure_write, to prevent compiler...
commit
|
commitdiff
|
tree
2003-01-08
Bruce Momjian
The second was that renegotiation was just plain broken...
commit
|
commitdiff
|
tree
2003-01-08
Bruce Momjian
I was playing around with 7.3.1 and found some more...
commit
|
commitdiff
|
tree
2003-01-08
Bruce Momjian
Fix dumping of DEFERRABLE/INITIALLY DEFERRED:
commit
|
commitdiff
|
tree
2003-01-08
Tom Lane
Repair bug noticed by Deepak Bhole: a shell type should...
commit
|
commitdiff
|
tree
2003-01-08
Bruce Momjian
Fix pgpass to work with PQconnectDB().
commit
|
commitdiff
|
tree
2003-01-08
Tom Lane
Fix for bug #866. 7.3 contains new logic for avoiding...
commit
|
commitdiff
|
tree
2003-01-07
Bruce Momjian
Backpatch extra slash removal into 7.3.X. HEAD already...
commit
|
commitdiff
|
tree
2003-01-07
Bruce Momjian
Fix doc chmod .pgpass line in 7.3.X. Head already...
commit
|
commitdiff
|
tree
2003-01-07
Bruce Momjian
Upgrade to my2pg 1.9
commit
|
commitdiff
|
tree
2003-01-07
Bruce Momjian
Upgrade to even newer ora2pg 2.0.
commit
|
commitdiff
|
tree
2003-01-07
Bruce Momjian
Upgrade to ora2pg 1.10. Backpatch to 7.3.X.
commit
|
commitdiff
|
tree
2003-01-05
Tom Lane
Fix inherited UPDATE for cases where child column numbe...
commit
|
commitdiff
|
tree
2003-01-05
Tom Lane
Add missing include --- seems include file references...
commit
|
commitdiff
|
tree
2003-01-04
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2003-01-03
Hiroshi Inoue
Add casts between oid and lo in contrib.
commit
|
commitdiff
|
tree
2003-01-02
Bruce Momjian
Fix BSD/OS thread file locking bug in new fseeko code.
commit
|
commitdiff
|
tree
2003-01-01
Tom Lane
fastpath code neglected to check whether user has privi...
commit
|
commitdiff
|
tree
2003-01-01
Tom Lane
Awhile back I wrote that freebsd.h was probably broken...
commit
|
commitdiff
|
tree
2002-12-30
Tom Lane
Point does not return a center of lseg.
commit
|
commitdiff
|
tree
2002-12-29
Tom Lane
Adjust hash table sizing algorithm to avoid integer...
commit
|
commitdiff
|
tree
2002-12-27
Tom Lane
Deliver better error message when a relation name is...
commit
|
commitdiff
|
tree
2002-12-27
Tom Lane
Remove overenthusiastic free'ing of comment dependencie...
commit
|
commitdiff
|
tree
2002-12-27
Bruce Momjian
Small fix in documentation and some examples of usage...
commit
|
commitdiff
|
tree
2002-12-27
Bruce Momjian
Trivial patch to increase max_fsm_pages as per earlier...
commit
|
commitdiff
|
tree
2002-12-23
Bruce Momjian
Update SSL error message for improper permissions....
commit
|
commitdiff
|
tree
2002-12-21
Tom Lane
Fix possible buffer overrun in \d command: substr(...
commit
|
commitdiff
|
tree
2002-12-20
Bruce Momjian
Update 7.3.1 to give proper attribution to pg_dump...
commit
|
commitdiff
|
tree
2002-12-18
Peter Eisentraut
Fix release notes and installation instructions for...
commit
|
commitdiff
|
tree
2002-12-18
Bruce Momjian
Update Russian FAQ. Update all FAQ's for 7.3.X branch.
commit
|
commitdiff
|
tree
2002-12-18
Bruce Momjian
Update RELEASE checklist.
commit
|
commitdiff
|
tree
2002-12-18
Bruce Momjian
Update INSTALL file for 7.3.1.
commit
|
commitdiff
|
tree
2002-12-18
PostgreSQL...
From the SSL_CTX_new man page:
commit
|
commitdiff
|
tree
2002-12-18
Bruce Momjian
Update FAQ for 7.3.1.
commit
|
commitdiff
|
tree
2002-12-18
Bruce Momjian
Stamp 7.3.1.
commit
|
commitdiff
|
tree
2002-12-16
Tom Lane
Fix ALTER TABLE ADD COLUMN to disallow the same column...
commit
|
commitdiff
|
tree
2002-12-14
Bruce Momjian
The actual segfault was caused by a double pfree()...
commit
|
commitdiff
|
tree
2002-12-14
Bruce Momjian
Ok, I think I've gotten this figured out now. I saw...
commit
|
commitdiff
|
tree
2002-12-13
Bruce Momjian
Backpatch SSL fixes into 7.3.1.
commit
|
commitdiff
|
tree
2002-12-13
Bruce Momjian
Increment libpq major number for 7.3.1 and minor for...
commit
|
commitdiff
|
tree
2002-12-13
Bruce Momjian
This patch fixes minor bugs in dictionary generator...
commit
|
commitdiff
|
tree
2002-12-12
Tom Lane
Guard against overrunning CTZName buffer when TZ is...
commit
|
commitdiff
|
tree
2002-12-12
Tom Lane
Back-patch fix to prevent core dump in EXPLAIN if optim...
commit
|
commitdiff
|
tree
2002-12-11
Bruce Momjian
Mark SCO Openserver 5.0.4. supported by 7.3.1 as per...
commit
|
commitdiff
|
tree
2002-12-11
Bruce Momjian
Fix line count error reporting in config files, like...
commit
|
commitdiff
|
tree
2002-12-11
Bruce Momjian
Bump version for 7.3 and 7.4.
commit
|
commitdiff
|
tree
2002-12-10
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2002-12-09
Bruce Momjian
This patch updates doc/src/sgml/runtime.sgml to refer...
commit
|
commitdiff
|
tree
2002-12-09
Peter Eisentraut
Fix Latin1/Unicode conversion by selecting the right...
commit
|
commitdiff
|
tree
2002-12-09
Bruce Momjian
As far as I figured from the source code this function...
commit
|
commitdiff
|
tree
2002-12-06
Tom Lane
Explain's code for showing quals of SubqueryScan nodes...
commit
|
commitdiff
|
tree
2002-12-06
Bruce Momjian
Thank you very much, you catch it :). This bug had...
commit
|
commitdiff
|
tree
2002-12-05
Tom Lane
localbuf.c must be able to do blind writes.
commit
|
commitdiff
|
tree
2002-12-05
Tom Lane
Avoid pulling up sublinks from a subselect's targetlist...
commit
|
commitdiff
|
tree
2002-12-05
Bruce Momjian
It looks like the problem was introduced when the ...
commit
|
commitdiff
|
tree
2002-12-05
Bruce Momjian
Allow 'password' encryption even when pg_shadow has...
commit
|
commitdiff
|
tree
2002-12-05
Dave Cramer
changed sort of column names to sort by attnum, not...
commit
|
commitdiff
|
tree
2002-12-04
Tom Lane
Repair oversight in recent change of dependency extract...
commit
|
commitdiff
|
tree
2002-12-03
Tom Lane
Fix off-by-one bug in usage check.
commit
|
commitdiff
|
tree
next