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
/
test
/
regress
/
expected
/
errors.out
Age
Commit message (
Expand
)
Author
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2013-12-15
Allow empty target list in SELECT.
Tom Lane
2013-11-26
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Bruce Momjian
2012-01-26
Be more clear when a new column name collides with a system column name.
Robert Haas
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2007-11-10
Reduce error level of ROLLBACK outside a transaction from WARNING to
Bruce Momjian
2006-04-15
Support the syntax
Tom Lane
2006-03-14
Improve parser so that we can show an error cursor position for errors
Tom Lane
2005-02-11
Add a regression test to verify that the stack depth checker actually
Tom Lane
2005-01-22
This patch updates the regression tests to allow "make installcheck" to
Neil Conway
2004-03-14
Teach psql to show the location of syntax errors visually, per recent
Tom Lane
2003-09-25
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-15
Update regression test for message change.
Tom Lane
2003-07-21
Error message editing in backend/access.
Tom Lane
2003-07-21
Error message editing in backend/catalog.
Tom Lane
2003-07-20
Another round of error message editing, covering backend/commands/.
Tom Lane
2003-07-19
Another round of error message editing, covering backend/parser/.
Tom Lane
2003-07-04
Some early work on error message editing. Operator-not-found and
Tom Lane
2003-05-29
Adopt latest bison's spelling of 'syntax error' rather than 'parse error'
Tom Lane
2003-03-11
Add explicit tests for division by zero to all user-accessible integer
Tom Lane
2002-09-02
I guess the intention was to test incomplete SELECT statements, not
Bruce Momjian
2002-08-18
Modify regression tests to match new error reporting format from Gavin.
Bruce Momjian
2002-05-17
Get rid of the last few uses of typeidTypeName() rather than
Tom Lane
2002-04-18
Rule names are now unique per-relation, rather than unique globally.
Tom Lane
2002-04-16
Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take
Tom Lane
2002-04-12
Checking to decide whether relations are system relations now depends
Tom Lane
2002-03-29
pg_type has a typnamespace column; system now supports creating types
Tom Lane
2002-03-21
Change the aclchk.c routines to uniformly use OIDs to identify the
Tom Lane
2002-03-21
First phase of SCHEMA changes, concentrating on fixing the grammar and
Tom Lane
2002-03-06
Change made to elog:
Bruce Momjian
2001-11-02
Fix problem reported by Alex Korn: if a relation has been dropped and
Tom Lane
2001-10-03
DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax
Tom Lane
2000-11-08
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-10-22
Some small polishing of Mark Hollomon's cleanup of DROP command: might
Tom Lane
2000-10-18
The following patch was sent to the patches list:
Bruce Momjian
2000-09-29
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-07-17
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-03-14
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-02-15
Fix up error message to start with cap letter.
Thomas G. Lockhart
2000-01-29
A few minor psql enhancements
Peter Eisentraut
2000-01-27
Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now
Tom Lane
2000-01-15
Now that new psql is fflush()'ing properly, it emerges that several
Tom Lane
2000-01-06
Update for new psql formatting.
Thomas G. Lockhart
2000-01-05
Update output to new psql conventions.
Thomas G. Lockhart
1999-09-18
Update regress test expected outputs for small changes in
Tom Lane
1999-02-23
Update error messages with more consistant format.
Thomas G. Lockhart
1998-12-13
Clean up error messages associated with rules and views.
Thomas G. Lockhart
1998-09-30
Message changed slightly since "rename" is now allowed as a column name.
Thomas G. Lockhart
[next]