index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
sequence.c
Commit message (
Expand
)
Author
Age
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
*
Fix CREATE TABLE / LIKE with bigint identity column
Peter Eisentraut
2018-03-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.
Tom Lane
2017-10-11
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
Fix typo
Peter Eisentraut
2017-08-14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Use RangeVarGetRelidExtended() in AlterSequence()
Peter Eisentraut
2017-06-16
*
Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation.
Tom Lane
2017-06-12
*
Modify sequence catalog tuple before invoking post alter hook.
Andres Freund
2017-06-01
*
Make ALTER SEQUENCE, including RESTART, fully transactional.
Andres Freund
2017-06-01
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix ALTER SEQUENCE locking
Peter Eisentraut
2017-05-15
*
Avoid unnecessary catalog updates in ALTER SEQUENCE
Peter Eisentraut
2017-05-02
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Identity columns
Peter Eisentraut
2017-04-06
*
Adjust min/max values when changing sequence type
Peter Eisentraut
2017-04-04
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Use SQL standard error code for nextval
Peter Eisentraut
2017-03-09
*
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-10
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Fix default minimum value for descending sequences
Peter Eisentraut
2017-01-23
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Reorder pg_sequence columns to avoid alignment issue
Peter Eisentraut
2016-12-21
*
Add pg_sequence system catalog
Peter Eisentraut
2016-12-20
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add pg_sequences view
Peter Eisentraut
2016-11-18
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-02-26
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-17
[next]